aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
authorStéphane Reynaud2014-02-21 09:55:27 +0100
committerPeter Bacon Darwin2014-02-21 13:00:26 +0000
commitf827d64c2eaab634df933dc28fa7b4dc5b75145b (patch)
tree81fa31d7283023d2b86a17cb4a95e95ed314349d /docs/content/guide
parent4d7e1cef370586c6644e226c55db1fcd234346ad (diff)
downloadangular.js-f827d64c2eaab634df933dc28fa7b4dc5b75145b.tar.bz2
docs(guide/location): fix url-based link to AUTO module
Closes #6381
Diffstat (limited to 'docs/content/guide')
-rw-r--r--docs/content/guide/dev_guide.services.$location.ngdoc2
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() {