angular-cached-resource
Version:
An AngularJS module to interact with RESTful resources, even when browser is offline
19 lines (14 loc) • 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 ;
}
ng\:form {
display: block;
}
.ng-animate-block-transitions {
transition:0s all;
-webkit-transition:0s all;
}