From 2fc5ca4f601174a7ecb7c77a7059f5fac2ab4611 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 14 Mar 2014 10:22:09 +0100 Subject: update a lot of stuff, WIP --- js/vendor/angular/angular-csp.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 js/vendor/angular/angular-csp.css (limited to 'js/vendor/angular/angular-csp.css') diff --git a/js/vendor/angular/angular-csp.css b/js/vendor/angular/angular-csp.css new file mode 100644 index 000000000..0d3d3a9ae --- /dev/null +++ b/js/vendor/angular/angular-csp.css @@ -0,0 +1,18 @@ +/* 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; +} -- cgit v1.2.3