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:44:35 -0500
commitd7620f68bbaf7b1f36fc17a1acb24abf1ff93572 (patch)
tree71bec147eb6c392070af45595d65e39e359c5fe3 /src/ng/rootScope.js
parent971d97e2ec2767631242fbffc4a17e7f4ce2f3a6 (diff)
downloadangular.js-d7620f68bbaf7b1f36fc17a1acb24abf1ff93572.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 79a8fcf5..904490c2 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 = {};
}
/**