We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322010d commit 659aa12Copy full SHA for 659aa12
ng-monitor-digest-cycle.js
@@ -9,7 +9,7 @@
9
}
10
var $rootScope = injector.get('$rootScope');
11
function dummy() {
12
- console.log('digest cycle');
+ console.count('digest cycle');
13
14
window.stopWatching = $rootScope.$watch(dummy);
15
console.log('run window.stopWatching() to stop watching the digest cycle');
0 commit comments