Community

Scope $watch() vs. $watchCollection() In AngularJS

(Ben Nadel) AngularJS has always had a Scope.$watch() function as means to observe [and react to] changes in a given value. With AngularJS 1.1.4, however, they added the Scope.$watchCollection() function as a means to observe changes in a collection (either as an Array or an Object).

Read More - Register for Free Membership