docs(guide/location): fix url-based link to AUTO module

Closes #6381
This commit is contained in:
Stéphane Reynaud
2014-02-21 09:55:27 +01:00
committed by Peter Bacon Darwin
parent 4d7e1cef37
commit f827d64c2e

View File

@@ -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() {