Upgrade to angularjs 1.2.0 rc1
This commit is contained in:
parent
d223dfd662
commit
d6b021bfaf
674 changed files with 79667 additions and 62269 deletions
21
lib/angular/docs/partials/api/ngSanitize.html
Normal file → Executable file
21
lib/angular/docs/partials/api/ngSanitize.html
Normal file → Executable file
|
@ -1,4 +1,19 @@
|
|||
<h1><code ng:non-bindable=""></code>
|
||||
<span class="hint"></span>
|
||||
<a href="http://github.com/angular/angular.js/tree/v1.2.0rc1/src/ngSanitize/sanitize.js#L5" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/ngSanitize/sanitize.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable=""></code>
|
||||
<div><span class="hint"></span>
|
||||
</div>
|
||||
</h1>
|
||||
<div><a href="http://github.com/angular/angular.js/edit/master/src/ngSanitize/sanitize.js" class="improve-docs btn btn-primary">Improve this doc</a></div>
|
||||
<div><div class="ngsanitize-page"><p>The <code>ngSanitize</code> module provides functionality to sanitize HTML.</p>
|
||||
<h2>Installation</h1>
|
||||
<p>As a separate module, it must be loaded after Angular core is loaded; otherwise, an 'Uncaught Error:
|
||||
No module: ngSanitize' runtime error will occur.</p>
|
||||
<pre class="prettyprint linenums">
|
||||
<script src="angular.js"></script>
|
||||
<script src="angular-sanitize.js"></script>
|
||||
</pre>
|
||||
<h1>Usage</h2>
|
||||
<p>To make sure the module is available to your application, declare it as a dependency of you application
|
||||
module.</p>
|
||||
<pre class="prettyprint linenums">
|
||||
angular.module('app', ['ngSanitize']);
|
||||
</pre>
|
||||
</div></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue