blob: f3cd926cb36c6704458bd75d717fe0b00f581262 [file] [log] [blame]
Matteo Scandolo280dcd32016-05-16 09:59:38 -07001/* Include this file in your html if you are using the CSP mode. */
2
3@charset "UTF-8";
4
5[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
6.ng-cloak, .x-ng-cloak,
7.ng-hide:not(.ng-hide-animate) {
8 display: none !important;
9}
10
11ng\:form {
12 display: block;
13}
14
15.ng-animate-shim {
16 visibility:hidden;
17}
18
19.ng-anchor {
20 position:absolute;
21}