Skip to content

Instantly share code, notes, and snippets.

@armincifuentes
Created December 29, 2015 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save armincifuentes/922cb919b465dc2c7f87 to your computer and use it in GitHub Desktop.
Save armincifuentes/922cb919b465dc2c7f87 to your computer and use it in GitHub Desktop.
Angular Watcher syntax
$scope.$watch(function() {
return variable;
}, function(newValue, oldValue) {
// do things
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment