mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-20 00:10:26 +00:00
removed Meta and allowed binding of HTML
This commit is contained in:
parent
2637d4e90c
commit
841640e540
1 changed files with 2 additions and 2 deletions
|
|
@ -103,9 +103,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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue