Last active
March 31, 2016 15:40
-
-
Save mattbrailsford/614f36bf5226714e8d059491ddad36c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
scope.model.config = scope.config; | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
scope.model.config = angular.copy(scope.config); | |
... |
it basically blanks the non-active tab on save and pub
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
well, the new thing with the patch version... it doesn't maintain the values from lang tab to tab... does that make sense?