sebastienlachance
10/14/2014 - 12:40 PM

Cancel $watch

Cancel $watch

var unregister = $scope.$watch('foo', function () {
  unregister();
});