diff options
| author | Peter Bacon Darwin | 2014-02-21 19:37:37 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-21 19:37:37 +0000 | 
| commit | 4a6a3ba7fb08ce99007893ef75365a3e8aff938a (patch) | |
| tree | ef12f95d2c48862c08e091588a1137a60870012b /src/ng/interpolate.js | |
| parent | 0c9abc32c088bf88ef3d390ac080b5eade40f07c (diff) | |
| download | angular.js-4a6a3ba7fb08ce99007893ef75365a3e8aff938a.tar.bz2 | |
docs(*): fix anchors for members in api docs
Diffstat (limited to 'src/ng/interpolate.js')
| -rw-r--r-- | src/ng/interpolate.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ng/interpolate.js b/src/ng/interpolate.js index fbae86bf..80fc31b6 100644 --- a/src/ng/interpolate.js +++ b/src/ng/interpolate.js @@ -111,7 +111,7 @@ function $InterpolateProvider() {       *    embedded expression in order to return an interpolation function. Strings with no       *    embedded expression will return null for the interpolation function.       * @param {string=} trustedContext when provided, the returned function passes the interpolated -     *    result through {@link ng.$sce#methods_getTrusted $sce.getTrusted(interpolatedResult, +     *    result through {@link ng.$sce#getTrusted $sce.getTrusted(interpolatedResult,       *    trustedContext)} before returning it.  Refer to the {@link ng.$sce $sce} service that       *    provides Strict Contextual Escaping for details.       * @returns {function(context)} an interpolation function which is used to compute the @@ -223,7 +223,7 @@ function $InterpolateProvider() {       * @description       * Symbol to denote the end of expression in the interpolated string. Defaults to `}}`.       * -     * Use {@link ng.$interpolateProvider#methods_endSymbol $interpolateProvider#endSymbol} to change +     * Use {@link ng.$interpolateProvider#endSymbol $interpolateProvider#endSymbol} to change       * the symbol.       *       * @returns {string} end symbol. | 
