From 713307b6505a56ca7b5423b36e297070d756ff15 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 12 Apr 2010 16:24:28 -0700 Subject: added ng-eval-order attribute --- test/CompilerSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CompilerSpec.js') 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(''); expect(log).toEqual("hello misko"); }); - + it('should allow creation of templates', function(){ directives.duplicate = function(expr, element){ element.replaceWith(document.createComment("marker")); -- cgit v1.2.3