Sha256: 17665555bda539daa3887e3e83afd6bf3afd83aa193a4e8e4dadbbeb2f6930fe
Contents?: true
Size: 921 Bytes
Versions: 2
Compression:
Stored size: 921 Bytes
Contents
/* 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; } /* The styles below ensure that the CSS transition will ALWAYS * animate and close. A nasty bug occurs with CSS transitions where * when the active class isn't set, or if the active class doesn't * contain any styles to transition to, then, if ngAnimate is used, * it will appear as if the webpage is broken due to the forever hanging * animations. The border-spacing (!ie) and zoom (ie) CSS properties are * used below since they trigger a transition without making the browser * animate anything and they're both highly underused CSS properties */ .ng-animate-start { border-spacing:1px 1px; -ms-zoom:1.0001; } .ng-animate-active { border-spacing:0px 0px; -ms-zoom:1; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
angular-rails-engine-1.2.5.0 | app/assets/stylesheets/angular-csp.css |
angular-rails-engine-1.2.3.0 | app/assets/stylesheets/angular-csp.css |