Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $scope.$watch(
  2. function () { return obj.hasOwnProperty("choice") },
  3. function (newLocation, oldLocation) {
  4. //Do things here.
  5. }
  6. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement