diff options
Diffstat (limited to 'src/ng/rootScope.js')
| -rw-r--r-- | src/ng/rootScope.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 8259bf88..bbf290b2 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -632,7 +632,7 @@ function $RootScopeProvider(){            // `break traverseScopesLoop;` takes us to here -          if(dirty && !(ttl--)) { +          if((dirty || asyncQueue.length) && !(ttl--)) {              clearPhase();              throw $rootScopeMinErr('infdig',                  '{0} $digest() iterations reached. Aborting!\n' + | 
