We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33713de commit e26bc23Copy full SHA for e26bc23
src/ng/directive/ngInclude.js
@@ -38,7 +38,7 @@
38
* **Note:** When using onload on SVG elements in IE11, the browser will try to call
39
* a function with the name on the window element, which will usually throw a
40
* "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`.
+ * different form that {@link guide/directive#normalization matches} `onload`.
42
* </div>
43
*
44
* @param {string=} autoscroll Whether `ngInclude` should call {@link ng.$anchorScroll
0 commit comments