Answers

Question and Answer:

  Home  AngularJS Developer

⟩ Tell me 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.

 191 views

More Questions for you: