The AngularJS watch listener may change the model, which may trigger other listeners to fire. This is achieved by rerunning the watchers until no changes are detected.
The AngularJS $watch()
is some of the central functions in AngularJS. AngularJS creates a "watch" internally. A watch means that AngularJS watches changes in the variable on the $scope
object.