Skip to content

Commit 4f09a51

Browse files
caitpSebastien Armand - sa250111
authored and
Sebastien Armand - sa250111
committed
docs($interpolate): fix link to $interpolateProvider#endSymbol
The markup here was missing the methods_ prefix and behaved incorrectly. Closes angular#5802
1 parent d435a51 commit 4f09a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/interpolate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function $InterpolateProvider() {
227227
* @description
228228
* Symbol to denote the end of expression in the interpolated string. Defaults to `}}`.
229229
*
230-
* Use {@link ng.$interpolateProvider#endSymbol $interpolateProvider#endSymbol} to change
230+
* Use {@link ng.$interpolateProvider#methods_endSymbol $interpolateProvider#endSymbol} to change
231231
* the symbol.
232232
*
233233
* @returns {string} start symbol.

0 commit comments

Comments
 (0)