Wednesday 5 April 2017

What is a digest cycle in AngularJS?

In each digest cycle Angular compares the old and the new version of the scope model values. 

The digest cycle is triggered automatically. 

We can also use $apply() if we want to trigger the digest cycle manually.

No comments:

Post a Comment