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

Commit 2b285c7

Browse files
committed
docs(ngInclude): fix incorrect link
1 parent 6e44643 commit 2b285c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngInclude.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* **Note:** When using onload on SVG elements in IE11, the browser will try to call
3939
* a function with the name on the window element, which will usually throw a
4040
* "function is undefined" error. To fix this, you can instead use `data-onload` or a
41-
* different form that {@link guide/directives#normalization matches} `onload`.
41+
* different form that {@link guide/directive#normalization matches} `onload`.
4242
* </div>
4343
*
4444
* @param {string=} autoscroll Whether `ngInclude` should call {@link ng.$anchorScroll

0 commit comments

Comments
 (0)