aboutsummaryrefslogtreecommitdiffstats
path: root/angular-debug.js
diff options
context:
space:
mode:
authorMisko Hevery2010-04-12 16:24:28 -0700
committerMisko Hevery2010-04-12 16:24:28 -0700
commit713307b6505a56ca7b5423b36e297070d756ff15 (patch)
tree9c229723ee42350e85fa376911e5f3501e6e3762 /angular-debug.js
parent841640e540b5e054a97e650bdd7b560680e94840 (diff)
downloadangular.js-713307b6505a56ca7b5423b36e297070d756ff15.tar.bz2
added ng-eval-order attribute
Diffstat (limited to 'angular-debug.js')
-rw-r--r--angular-debug.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/angular-debug.js b/angular-debug.js
index 29bf63cc..d80db4df 100644
--- a/angular-debug.js
+++ b/angular-debug.js
@@ -2788,9 +2788,9 @@ foreach({
});
}
- if (state === null){
+ if (state === null && this['$invalidWidgets']){
// request in flight, mark widget invalid, but don't show it to user
- (this['$invalidWidgets']||[]).push(this.$element);
+ this['$invalidWidgets'].markInvalid(this.$element);
}
return state;
}