From 9f919c42f0885e39870195fab8ce2a22621119b7 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 4 Feb 2010 14:02:20 -0800 Subject: better handling of $invalidWidgets --- src/Angular.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Angular.js') 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, -- cgit v1.2.3