aboutsummaryrefslogtreecommitdiffstats
path: root/test/CompilerSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/CompilerSpec.js')
-rw-r--r--test/CompilerSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CompilerSpec.js b/test/CompilerSpec.js
index 8f86e99a..f0045aa8 100644
--- a/test/CompilerSpec.js
+++ b/test/CompilerSpec.js
@@ -74,7 +74,7 @@ describe('compiler', function(){
it('should observe scope', function(){
- scope = compile('<span observe="name">');
+ scope = compile('<span observe="name"></span>');
expect(log).toEqual("");
scope.$digest();
scope.name = 'misko';