aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/rootScope.js
diff options
context:
space:
mode:
authorBrian Ford2013-01-23 00:01:13 -0500
committerBrian Ford2013-01-30 10:42:56 -0500
commit649b892205615a144dafff9984c0e6ab10ed341d (patch)
treee497a02b8714e0a4959d5d366a4a3104a9470e30 /src/ng/rootScope.js
parente0295cfec4e54246f64e9daecb764454e6e6b071 (diff)
downloadangular.js-649b892205615a144dafff9984c0e6ab10ed341d.tar.bz2
feat(Scope): expose transcluded and isolate scope info for batarang
test($compile): add test for exposing transclude and isolate scope info to batarang
Diffstat (limited to 'src/ng/rootScope.js')
-rw-r--r--src/ng/rootScope.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js
index 9be37b9f..549517b6 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -137,6 +137,7 @@ function $RootScopeProvider(){
this.$$destroyed = false;
this.$$asyncQueue = [];
this.$$listeners = {};
+ this.$$isolateBindings = {};
}
/**