Skip to content

Instantly share code, notes, and snippets.

@mattbrailsford
Last active March 31, 2016 15:40
Show Gist options
  • Save mattbrailsford/614f36bf5226714e8d059491ddad36c3 to your computer and use it in GitHub Desktop.
Save mattbrailsford/614f36bf5226714e8d059491ddad36c3 to your computer and use it in GitHub Desktop.
...
scope.model.config = scope.config;
...
...
scope.model.config = angular.copy(scope.config);
...
@bootnumlock
Copy link

well, the new thing with the patch version... it doesn't maintain the values from lang tab to tab... does that make sense?

@bootnumlock
Copy link

it basically blanks the non-active tab on save and pub

@bootnumlock
Copy link

in any case, the values are not registering when called in template for any tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment