What is a digest cycle in AngularJS? Technology Community › Category: AngularJS › What is a digest cycle in AngularJS? 0 Vote Up Vote Down VietMX Staff asked 4 years ago 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.