aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/assets/components/angular/angular-csp.css
diff options
context:
space:
mode:
authorTeddy Wing2015-01-23 22:58:25 -0500
committerTeddy Wing2015-01-23 23:10:12 -0500
commit1a8512ba164867f93aba4d3236f9c6861da3f64b (patch)
tree32fdbb6699b26ce284a513963223690007550557 /vendor/assets/components/angular/angular-csp.css
parent4432d0b7d1d2ee43258c6147f0881af923d07312 (diff)
downloadNotes-angular-demo-1a8512ba164867f93aba4d3236f9c6861da3f64b.tar.bz2
Create .bowerrc & bower.json, install Angular
Diffstat (limited to 'vendor/assets/components/angular/angular-csp.css')
-rw-r--r--vendor/assets/components/angular/angular-csp.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/assets/components/angular/angular-csp.css b/vendor/assets/components/angular/angular-csp.css
new file mode 100644
index 0000000..0ce9d86
--- /dev/null
+++ b/vendor/assets/components/angular/angular-csp.css
@@ -0,0 +1,13 @@
+/* Include this file in your html if you are using the CSP mode. */
+
+@charset "UTF-8";
+
+[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
+.ng-cloak, .x-ng-cloak,
+.ng-hide:not(.ng-hide-animate) {
+ display: none !important;
+}
+
+ng\:form {
+ display: block;
+}