From acbd7cdf320f0570fcc1952c8680d4c78bc8fa2c Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Fri, 11 Nov 2011 17:15:22 -0800 Subject: style(docs): make jslint happy - fix some warnings --- docs/content/guide/dev_guide.services.testing_services.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/guide/dev_guide.services.testing_services.ngdoc') diff --git a/docs/content/guide/dev_guide.services.testing_services.ngdoc b/docs/content/guide/dev_guide.services.testing_services.ngdoc index f988c11b..c18cfda1 100644 --- a/docs/content/guide/dev_guide.services.testing_services.ngdoc +++ b/docs/content/guide/dev_guide.services.testing_services.ngdoc @@ -11,7 +11,7 @@ var mock, notify; beforeEach(function() { mock = {alert: jasmine.createSpy()}; - notify = angular.module.NG('notify')(mock); + notify = angular.module.ng('notify')(mock); }); it('should not alert first two notifications', function() { @@ -53,6 +53,6 @@ it('should clear messages after alert', function() { ## Related API -* {@link api/angular.module.NG Angular Service API} +* {@link api/angular.module.ng Angular Service API} -- cgit v1.2.3