From fcf95a47d102583913dca2217af6228c92c11dcf Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 17 Jan 2012 11:23:56 -0800 Subject: docs(*): more fixes --- docs/content/guide/dev_guide.services.$location.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/dev_guide.services.$location.ngdoc b/docs/content/guide/dev_guide.services.$location.ngdoc index 2296a107..57c39191 100644 --- a/docs/content/guide/dev_guide.services.$location.ngdoc +++ b/docs/content/guide/dev_guide.services.$location.ngdoc @@ -516,7 +516,7 @@ api/angular.module.ng.$rootScope.Scope scope} life-cycle. This means it's your r
describe('serviceUnderTest', function() {
- beforeEach(inject(function($provide) {
+ beforeEach(module(function($provide) {
$provide.factory('serviceUnderTest', function($location){
// whatever it does...
});
--
cgit v1.2.3