diff options
| author | Misha Moroshko | 2013-08-16 22:12:28 +1000 | 
|---|---|---|
| committer | Vojta Jina | 2013-08-16 19:48:04 -0700 | 
| commit | b43c09c372a2aaf74e7c15bd44095b279a2f4632 (patch) | |
| tree | 1a8ea3debede0458777844c3922b583b2d5e3838 | |
| parent | f009962256595ff59817eb056d1133e926224dc8 (diff) | |
| download | angular.js-b43c09c372a2aaf74e7c15bd44095b279a2f4632.tar.bz2 | |
docs($sce): fix parseAsHtml link
| -rw-r--r-- | src/ng/sce.js | 2 | 
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"> | 
