Nikhil Mohanan
Nikhil Mohanan

Reputation: 1260

angularjs dirty checking rate

I was reading some article to understand a little bit more how angular.js works.

I understood what is 'dirty checking($digest)'.

But on what rate the watchers are listening for dirty fields?

And whats the minimum rate at which angular can update the $scope variable changes?

Upvotes: 0

Views: 118

Answers (1)

ankur kumar
ankur kumar

Reputation: 427

one time changes on field. watcher check the once time changes

Upvotes: 1

Related Questions