Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6fbe208

Browse files
committed
perf($rootScope): do not mark $watchCollectionInterceptor as $stateful
1 parent 420ceb6 commit 6fbe208

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ng/rootScope.js

-2
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,6 @@ function $RootScopeProvider() {
581581
* de-registration function is executed, the internal watch operation is terminated.
582582
*/
583583
$watchCollection: function(obj, listener) {
584-
$watchCollectionInterceptor.$stateful = true;
585-
586584
var self = this;
587585
// the current value, updated on each dirty-check run
588586
var newValue;

0 commit comments

Comments
 (0)