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

Commit b43c09c

Browse files
Misha Moroshkovojtajina
Misha Moroshko
authored andcommitted
docs($sce): fix parseAsHtml link
1 parent f009962 commit b43c09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/sce.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ function $SceDelegateProvider() {
398398
* {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals.
399399
*
400400
* As an example, {@link ng.directive:ngBindHtml ngBindHtml} uses {@link
401-
* ng.$sce#parseHtml $sce.parseAsHtml(binding expression)}. Here's the actual code (slightly
401+
* ng.$sce#parseAsHtml $sce.parseAsHtml(binding expression)}. Here's the actual code (slightly
402402
* simplified):
403403
*
404404
* <pre class="prettyprint">

0 commit comments

Comments
 (0)