AngularJS $watch $watchCollection and $watchGroup Method

                                  
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...
 •  0 comments  •  flag
Share on Twitter
Published on October 31, 2014 11:36
No comments have been added yet.