summaryrefslogtreecommitdiffstats
path: root/3rdparty/js/angular-1.0.2/docs/partials/api/ng.directive:ngCsp.html
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/js/angular-1.0.2/docs/partials/api/ng.directive:ngCsp.html')
-rw-r--r--3rdparty/js/angular-1.0.2/docs/partials/api/ng.directive:ngCsp.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/3rdparty/js/angular-1.0.2/docs/partials/api/ng.directive:ngCsp.html b/3rdparty/js/angular-1.0.2/docs/partials/api/ng.directive:ngCsp.html
new file mode 100644
index 000000000..59799bff3
--- /dev/null
+++ b/3rdparty/js/angular-1.0.2/docs/partials/api/ng.directive:ngCsp.html
@@ -0,0 +1,25 @@
+<h1><code ng:non-bindable="">ngCsp</code>
+<span class="hint">(directive in module <code ng:non-bindable="">ng</code>
+)</span>
+</h1>
+<div><h2 id="Description">Description</h2>
+<div class="description"><p>Enables <a href="https://developer.mozilla.org/en/Security/CSP">CSP (Content Security Policy)</a> support.
+This directive should be used on the root element of the application (typically the <code>&lt;html&gt;</code>
+element or other element with the <a href="api/ng.directive:ngApp"><code>ngApp</code></a>
+directive).</p>
+
+<p>If enabled the performance of template expression evaluator will suffer slightly, so don't enable
+this mode unless you need it.</p></div>
+<h2 id="Usage">Usage</h2>
+<div class="usage">as attribute<pre class="prettyprint linenums">&lt;html ng-csp&gt;
+ ...
+&lt;/html&gt;</pre>
+as class<pre class="prettyprint linenums">&lt;html class="ng-csp"&gt;
+ ...
+&lt;/html&gt;</pre>
+<h3 id="Directive.info">Directive info</h3>
+<div class="directive-info"><ul><li>This directive executes at priority level 1000.</li>
+</ul>
+</div>
+</div>
+</div>