From d7620f68bbaf7b1f36fc17a1acb24abf1ff93572 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Wed, 23 Jan 2013 00:01:13 -0500 Subject: feat(Scope): expose transcluded and isolate scope info for batarang test($compile): add test for exposing transclude and isolate scope info to batarang --- src/ng/rootScope.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ng/rootScope.js') 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 = {}; } /** -- cgit v1.2.3