mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-22 13:21:51 +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
|
// 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;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue