Radomir Dopieralski 7300bd88ba Version 1.2.16.0
Change-Id: I1ce6235f97b26df32f597d1fa1f8466627e5917a
2014-08-13 13:06:17 +02:00

19 lines
346 B
CSS

/* 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;
}
.ng-animate-block-transitions {
transition:0s all!important;
-webkit-transition:0s all!important;
}