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

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 #5802
  • Loading branch information
caitp committed Feb 12, 2014
1 parent d119e36 commit 1079105
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 1079105

Please sign in to comment.