diff options
author | isteven <isteven@server.fake> | 2014-03-26 16:55:12 +0800 |
---|---|---|
committer | isteven <isteven@server.fake> | 2014-03-26 16:55:12 +0800 |
commit | 896d27abcd01b9b14c6426030ab6af25d84270b4 (patch) | |
tree | 8da5b048a18a2a0954ecc911955091dd5d67f2c9 /angular/angular-csp.css | |
parent | 9e6089fb356f216705ec45dd0986743f0144b468 (diff) | |
download | angular-multi-select-896d27abcd01b9b14c6426030ab6af25d84270b4.zip angular-multi-select-896d27abcd01b9b14c6426030ab6af25d84270b4.tar.gz angular-multi-select-896d27abcd01b9b14c6426030ab6af25d84270b4.tar.bz2 |
Removed Angular JS (Why did I include it in the first place o_o)
Diffstat (limited to 'angular/angular-csp.css')
-rw-r--r-- | angular/angular-csp.css | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/angular/angular-csp.css b/angular/angular-csp.css deleted file mode 100644 index 585878e..0000000 --- a/angular/angular-csp.css +++ /dev/null @@ -1,24 +0,0 @@ -/* 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; } |