We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f009962 commit b43c09cCopy full SHA for b43c09c
1 file changed
src/ng/sce.js
@@ -398,7 +398,7 @@ function $SceDelegateProvider() {
398
* {@link ng.$sce#getTrusted $sce.getTrusted} behind the scenes on non-constant literals.
399
*
400
* As an example, {@link ng.directive:ngBindHtml ngBindHtml} uses {@link
401
- * 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
402
* simplified):
403
404
* <pre class="prettyprint">
0 commit comments