Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f827d64

Browse files
Stéphane Reynaudpetebacondarwin
Stéphane Reynaud
authored andcommitted
docs(guide/location): fix url-based link to AUTO module
Closes #6381
1 parent 4d7e1ce commit f827d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/dev_guide.services.$location.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ hashPrefix.
529529
# Testing with the $location service
530530

531531
When using `$location` service during testing, you are outside of the angular's {@link
532-
api/ng.$rootScope.Scope scope} life-cycle. This means it's your responsibility to call `scope.$apply()`.
532+
ng.$rootScope.Scope scope} life-cycle. This means it's your responsibility to call `scope.$apply()`.
533533

534534
```js
535535
describe('serviceUnderTest', function() {

0 commit comments

Comments
 (0)