diff options
author | Teddy Wing | 2015-01-23 22:58:25 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-23 23:10:12 -0500 |
commit | 1a8512ba164867f93aba4d3236f9c6861da3f64b (patch) | |
tree | 32fdbb6699b26ce284a513963223690007550557 /vendor/assets/components/angular/angular-csp.css | |
parent | 4432d0b7d1d2ee43258c6147f0881af923d07312 (diff) | |
download | Notes-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.css | 13 |
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; +} |