aboutsummaryrefslogtreecommitdiffstats
path: root/test/markupSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/markupSpec.js')
-rw-r--r--test/markupSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/markupSpec.js b/test/markupSpec.js
index a4a1a923..765c3108 100644
--- a/test/markupSpec.js
+++ b/test/markupSpec.js
@@ -7,7 +7,7 @@ describe("markups", function(){
element = null;
compile = function(html) {
element = jqLite(html);
- scope = angular.compile(element)().scope;
+ scope = angular.compile(element)();
};
});