From 88eca572fdc7f68a7f384b612052c49de00df433 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sat, 9 Jan 2010 13:43:16 -0800 Subject: change bootstrap to angular.compile --- test/ExternalApiTest.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/ExternalApiTest.js b/test/ExternalApiTest.js index 08771c49..40cb0ab4 100644 --- a/test/ExternalApiTest.js +++ b/test/ExternalApiTest.js @@ -3,8 +3,6 @@ ExternalApiTest = TestCase("ExternalApiTest"); ExternalApiTest.prototype = { testItShouldExposefactory:function(){ var node = $('
{{b=a+1}}
')[0]; - var settings = {}; - var angular = angularFactory(settings); var scope = angular.compile(node); assertEquals(1, scope.get('a')); assertEquals(2, scope.get('b')); -- cgit v1.2.3