LICENSE.md
5 years ago
README.md
5 years ago
angular-csp.css
5 years ago
angular.min.js
3 years ago
index.js
3 years ago
angular-csp.css
26 lines
| 1 | /* Include this file in your html if you are using the CSP mode. */ |
| 2 | |
| 3 | @charset "UTF-8"; |
| 4 | |
| 5 | [ng\:cloak], |
| 6 | [ng-cloak], |
| 7 | [data-ng-cloak], |
| 8 | [x-ng-cloak], |
| 9 | .ng-cloak, |
| 10 | .x-ng-cloak, |
| 11 | .ng-hide:not(.ng-hide-animate) { |
| 12 | display: none !important; |
| 13 | } |
| 14 | |
| 15 | ng\:form { |
| 16 | display: block; |
| 17 | } |
| 18 | |
| 19 | .ng-animate-shim { |
| 20 | visibility:hidden; |
| 21 | } |
| 22 | |
| 23 | .ng-anchor { |
| 24 | position:absolute; |
| 25 | } |
| 26 |