diff options
| author | Misko Hevery | 2010-02-04 14:02:20 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-02-04 14:02:20 -0800 |
| commit | 9f919c42f0885e39870195fab8ce2a22621119b7 (patch) | |
| tree | e125755fd371c9be686763c9e7b1f280363de754 /src/Angular.js | |
| parent | 1da18e73a4d09b2a1ace92a4094eeba014eb7dc4 (diff) | |
| download | angular.js-9f919c42f0885e39870195fab8ce2a22621119b7.tar.bz2 | |
better handling of $invalidWidgets
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Angular.js b/src/Angular.js index ded4485f..fa6a610c 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -294,6 +294,7 @@ function wireAngular(element, config) { '$anchor' : binder.anchor, '$updateView': _(binder.updateView).bind(binder), '$config' : config, + '$invalidWidgets': [], '$console' : window.console, '$datastore' : exposeMethods(datastore, { 'load': datastore.load, |
