Update everything
This commit is contained in:
parent
bf368181a4
commit
72a485d6e8
319 changed files with 67958 additions and 13948 deletions
|
@ -0,0 +1,22 @@
|
|||
<h1><code ng:non-bindable="">ngBindHtml</code>
|
||||
<span class="hint">(directive in module <code ng:non-bindable="">ngSanitize</code>
|
||||
)</span>
|
||||
</h1>
|
||||
<div><h2 id="Description">Description</h2>
|
||||
<div class="description"><p>Creates a binding that will sanitize the result of evaluating the <code>expression</code> with the
|
||||
<a href="api/ngSanitize.$sanitize">$sanitize</a> service and innerHTML the result into the current element.</p>
|
||||
|
||||
<p>See <a href="api/ngSanitize.$sanitize">$sanitize</a> docs for examples.</p></div>
|
||||
<h2 id="Usage">Usage</h2>
|
||||
<div class="usage">as attribute<pre class="prettyprint linenums"><ANY ng-bind-html="{expression}">
|
||||
...
|
||||
</ANY></pre>
|
||||
as class<pre class="prettyprint linenums"><ANY class="ng-bind-html: {expression};">
|
||||
...
|
||||
</ANY></pre>
|
||||
<h3 id="Parameters">Parameters</h3>
|
||||
<ul class="parameters"><li><code ng:non-bindable="">ngBindHtml – {expression} – </code>
|
||||
<p><a href="guide/expression">Expression</a> to evaluate.</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue