diff options
Diffstat (limited to 'src/ng/rootScope.js')
| -rw-r--r-- | src/ng/rootScope.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 1bb12869..7a28efa3 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -353,6 +353,7 @@ function $RootScopeProvider(){          return function() {            arrayRemove(array, watcher); +          lastDirtyWatch = null;          };        }, | 
