sweetp/dashboard

View on GitHub
app/styles/angular-csp.scss

Summary

Maintainability
Test Coverage
/* Include this file in your html if you are using the CSP mode. */
/* fetched from http://code.angularjs.org/snapshot/angular-csp.css */

@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;
}