aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorMisko Hevery2010-02-04 14:02:20 -0800
committerMisko Hevery2010-02-04 14:02:20 -0800
commit9f919c42f0885e39870195fab8ce2a22621119b7 (patch)
treee125755fd371c9be686763c9e7b1f280363de754 /src/Angular.js
parent1da18e73a4d09b2a1ace92a4094eeba014eb7dc4 (diff)
downloadangular.js-9f919c42f0885e39870195fab8ce2a22621119b7.tar.bz2
better handling of $invalidWidgets
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js1
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,