Skip to content

Instantly share code, notes, and snippets.

@machineboy2045
Created February 9, 2014 14:39
Show Gist options
  • Save machineboy2045/8900002 to your computer and use it in GitHub Desktop.
Save machineboy2045/8900002 to your computer and use it in GitHub Desktop.
deep watch object and log to console
$scope.$watch('myOjbect', function(curr){
console.log(curr);
},true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment