You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.
Add this snippet inside the main function in app.js:
var nbDigest = 0;
$rootScope.$watch(function() {
nbDigest++;
console.log('.');
});
Observe digest getting called indefinitely.
This is a problem in complex applications with many different elements on the screen, since the whole lot of it gets reevaluated multiple times per second and crashes the browser.
The text was updated successfully, but these errors were encountered:
Affected Angular versions: at least 1.5.7, 1.6.4
How to reproduce:
app.js
:This is a problem in complex applications with many different elements on the screen, since the whole lot of it gets reevaluated multiple times per second and crashes the browser.
The text was updated successfully, but these errors were encountered: