Skip to content

Instantly share code, notes, and snippets.

@seven-cd
Created June 5, 2017 11:48
Show Gist options
  • Save seven-cd/0201b538d21728821eb8dda478d0e0f2 to your computer and use it in GitHub Desktop.
Save seven-cd/0201b538d21728821eb8dda478d0e0f2 to your computer and use it in GitHub Desktop.
var configWatcher = $scope.$watch(function() {
return config.game;
}, function(current) {
if (current) {
vm.ready = true;
configWatcher();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment