aboutsummaryrefslogtreecommitdiffstats
path: root/test/CompilerSpec.js
diff options
context:
space:
mode:
authorIgor Minar2011-09-15 05:36:00 +0200
committerIgor Minar2011-09-16 02:44:33 +0200
commit7ae536d0532b7ad7859f9cf7e47b406f63383f29 (patch)
treeef2f6721945e1c72d508c97b6775244a5a38a5bc /test/CompilerSpec.js
parent2170c06924b3a0dc1fef3b383d6a236e670dceea (diff)
downloadangular.js-7ae536d0532b7ad7859f9cf7e47b406f63383f29.tar.bz2
fix(specs): various fixes to get IE8+jquery unit tests green
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';