aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMisha Moroshko2013-08-16 22:12:28 +1000
committerVojta Jina2013-08-16 19:48:04 -0700
commitb43c09c372a2aaf74e7c15bd44095b279a2f4632 (patch)
tree1a8ea3debede0458777844c3922b583b2d5e3838 /src
parentf009962256595ff59817eb056d1133e926224dc8 (diff)
downloadangular.js-b43c09c372a2aaf74e7c15bd44095b279a2f4632.tar.bz2
docs($sce): fix parseAsHtml link
Diffstat (limited to 'src')
-rw-r--r--src/ng/sce.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/sce.js b/src/ng/sce.js
index cf9cce58..4441bbc8 100644
--- a/src/ng/sce.js
+++ b/src/ng/sce.js
@@ -398,7 +398,7 @@ function $SceDelegateProvider() {
* {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals.
*
* As an example, {@link ng.directive:ngBindHtml ngBindHtml} uses {@link
- * ng.$sce#parseHtml $sce.parseAsHtml(binding expression)}. Here's the actual code (slightly
+ * ng.$sce#parseAsHtml $sce.parseAsHtml(binding expression)}. Here's the actual code (slightly
* simplified):
*
* <pre class="prettyprint">