Skip to content

Instantly share code, notes, and snippets.

@jbmilgrom
Last active May 19, 2016 12:50
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 jbmilgrom/c70cee9aa6c10fb52d7ded9924b54b98 to your computer and use it in GitHub Desktop.
Save jbmilgrom/c70cee9aa6c10fb52d7ded9924b54b98 to your computer and use it in GitHub Desktop.
scope.greeting = 'hi there';
scope.$watch('greeting', function(greeting) {
console.log('greeting: ', greeting); // greeting: hi there
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment