docs($sce): fix parseAsHtml link

This commit is contained in:
Misha Moroshko 2013-08-16 22:12:28 +10:00 committed by Vojta Jina
parent f009962256
commit b43c09c372

View file

@ -398,7 +398,7 @@ function $SceDelegateProvider() {
* {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals. * {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals.
* *
* As an example, {@link ng.directive:ngBindHtml ngBindHtml} uses {@link * 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): * simplified):
* *
* <pre class="prettyprint"> * <pre class="prettyprint">