diff options
Diffstat (limited to 'docs')
| -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 1d2b0e82..aae42ed2 100644 --- a/docs/content/guide/dev_guide.services.$location.ngdoc +++ b/docs/content/guide/dev_guide.services.$location.ngdoc @@ -529,7 +529,7 @@ hashPrefix. # Testing with the $location service When using `$location` service during testing, you are outside of the angular's {@link -api/ng.$rootScope.Scope scope} life-cycle. This means it's your responsibility to call `scope.$apply()`. +ng.$rootScope.Scope scope} life-cycle. This means it's your responsibility to call `scope.$apply()`. ```js describe('serviceUnderTest', function() { |
