From c925f8a6578e05c8136c206f2fd98eeaaf1c0f16 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 31 Oct 2011 15:33:52 -0700 Subject: new(injector): new injector v2.0 - not connected to keep the CL small --- test/widgetsSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/widgetsSpec.js') diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index d2204540..b7ef16a4 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -487,7 +487,7 @@ describe("widget", function() { })); it('should be possible to nest ng:view in ng:include', inject(function() { - var injector = createInjector(); + var injector = createInjector(angularService); var myApp = injector('$rootScope'); var $browser = myApp.$service('$browser'); $browser.xhr.expectGET('includePartial.html').respond('view: '); -- cgit v1.2.3