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

Commit 3edaf09

Browse files
timvdalengkalpak
authored andcommittedApr 25, 2016
docs($anchorScroll): fix link to HTML5 spec
Closes #14364
1 parent 1095596 commit 3edaf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ng/anchorScroll.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function $AnchorScrollProvider() {
4141
* When called, it scrolls to the element related to the specified `hash` or (if omitted) to the
4242
* current value of {@link ng.$location#hash $location.hash()}, according to the rules specified
4343
* in the
44-
* [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#the-indicated-part-of-the-document).
44+
* [HTML5 spec](http://www.w3.org/html/wg/drafts/html/master/browsers.html#an-indicated-part-of-the-document).
4545
*
4646
* It also watches the {@link ng.$location#hash $location.hash()} and automatically scrolls to
4747
* match any anchor whenever it changes. This can be disabled by calling

0 commit comments

Comments
 (0)
This repository has been archived.