Files
ferglie/static/js/angular/angular-csp.css
Fergal Moran 0c4e910b9e MVP Done
2017-05-09 23:31:55 +01:00

14 lines
241 B
CSS
Executable File

/* 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 {
display: none !important;
}
ng\:form {
display: block;
}