Skip to content

Commit e26bc23

Browse files
committed
docs(ngInclude): fix incorrect link
1 parent 33713de commit e26bc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngInclude.js

+1-1
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)