Skip to content

Commit

Permalink
docs($interpolate): fix link to $interpolateProvider#endSymbol
Browse files Browse the repository at this point in the history
The markup here was missing the methods_ prefix and behaved incorrectly.

Closes angular#5802
  • Loading branch information
caitp authored and Sebastien Armand - sa250111 committed Feb 19, 2014
1 parent d435a51 commit 4f09a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/interpolate.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function $InterpolateProvider() {
* @description
* Symbol to denote the end of expression in the interpolated string. Defaults to `}}`.
*
* Use {@link ng.$interpolateProvider#endSymbol $interpolateProvider#endSymbol} to change
* Use {@link ng.$interpolateProvider#methods_endSymbol $interpolateProvider#endSymbol} to change
* the symbol.
*
* @returns {string} start symbol.
Expand Down

0 comments on commit 4f09a51

Please sign in to comment.