diff options
| author | Igor Minar | 2012-01-17 11:23:56 -0800 |
|---|---|---|
| committer | Igor Minar | 2012-01-17 11:23:56 -0800 |
| commit | fcf95a47d102583913dca2217af6228c92c11dcf (patch) | |
| tree | 3f184a509c41c9549b95d7ae8cb649f907116f94 /docs/content | |
| parent | e1e7aca9a6036bfc0a4fbc7f63d0aafb533c3348 (diff) | |
| download | angular.js-fcf95a47d102583913dca2217af6228c92c11dcf.tar.bz2 | |
docs(*): more fixes
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/guide/dev_guide.services.$location.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <pre> describe('serviceUnderTest', function() { - beforeEach(inject(function($provide) { + beforeEach(module(function($provide) { $provide.factory('serviceUnderTest', function($location){ // whatever it does... }); |
