AngularJS 1.3 release candidate provides
$watch(),
$watchCollection() and
$watchGroup() method.These methods are for watching
changes of scope variables.Each of these methods has callback function which gets called when the watching properties are changed.
$watch method is for watching
single scope properties.
$watchCollection() method is for watching a scope property of c...
Published on October 31, 2014 11:36