From 14438058da39c3e523f420549074934ca5881b09 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Thu, 17 Oct 2013 19:25:08 -0700 Subject: docs: correct broken links This also contains some whitespace corrections by my editor. --- src/ng/interpolate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/interpolate.js') diff --git a/src/ng/interpolate.js b/src/ng/interpolate.js index 7f16bd1d..d02a6a07 100644 --- a/src/ng/interpolate.js +++ b/src/ng/interpolate.js @@ -113,7 +113,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#getTrusted $sce.getTrusted(interpolatedResult, + * result through {@link ng.$sce#methods_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 interpolated -- cgit v1.2.3