Skip to content

Commit 659aa12

Browse files
committed
switched to counting digest cycle instead of monitoring
1 parent 322010d commit 659aa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ng-monitor-digest-cycle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
var $rootScope = injector.get('$rootScope');
1111
function dummy() {
12-
console.log('digest cycle');
12+
console.count('digest cycle');
1313
}
1414
window.stopWatching = $rootScope.$watch(dummy);
1515
console.log('run window.stopWatching() to stop watching the digest cycle');

0 commit comments

Comments
 (0)