aboutsummaryrefslogtreecommitdiffstats
path: root/test/CompilerSpec.js
diff options
context:
space:
mode:
authorMisko Hevery2010-04-12 16:24:28 -0700
committerMisko Hevery2010-04-12 16:24:28 -0700
commit713307b6505a56ca7b5423b36e297070d756ff15 (patch)
tree9c229723ee42350e85fa376911e5f3501e6e3762 /test/CompilerSpec.js
parent841640e540b5e054a97e650bdd7b560680e94840 (diff)
downloadangular.js-713307b6505a56ca7b5423b36e297070d756ff15.tar.bz2
added ng-eval-order attribute
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 b9529e6e..fe61c520 100644
--- a/test/CompilerSpec.js
+++ b/test/CompilerSpec.js
@@ -72,7 +72,7 @@ describe('compiler', function(){
var scope = compile('<span hello="misko" stop="true"><span hello="adam"/></span>');
expect(log).toEqual("hello misko");
});
-
+
it('should allow creation of templates', function(){
directives.duplicate = function(expr, element){
element.replaceWith(document.createComment("marker"));