docs: add info about CSS with CSP

Closes #5397
This commit is contained in:
Jenny Gebske
2016-02-02 23:26:21 +01:00
committed by Wesley Cho
parent 4b2ee0fa85
commit 81498a7c6a
+1
View File
@@ -179,6 +179,7 @@
a dependency on the <code>ui.bootstrap</code> <a href="http://docs.angularjs.org/guide/module">module</a>:<br>
<pre><code>angular.module('myModule', ['ui.bootstrap']);</code></pre>
</p>
<p>If you are using UI Bootstrap in the CSP mode, e.g. in an extension, make sure you link to the <code>ui-bootstrap-csp.css</code> in your HTML manually.</p>
<p>You can fork one of the plunkers from this page to see a working example of what is described here.</p>
<h3>Migration to prefixes</h3>
<p>Since version 0.14.0 we started to prefix all our components. If you are upgrading from ui-bootstrap 0.13.4 or earlier,