FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
code.angularjs.org/1.2.3/angular-csp.css at master · angular/code.angularjs.org · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
angular
/
code.angularjs.org
Public archive
Notifications
You must be signed in to change notification settings
Fork
731
Star
149
Code
Issues
3
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
code.angularjs.org
/
1.2.3
/
angular-csp.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (20 loc) · 921 Bytes
Breadcrumbs
code.angularjs.org
/
1.2.3
/
angular-csp.css
Copy path
File metadata and controls
24 lines (20 loc) · 921 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* 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
\:f
or
m {
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
:
1
px
1
px
;
-ms-zoom
:
1.0001
; }
.
ng-animate-active
{
border-spacing
:
0
px
0
px
;
-ms-zoom
:
1
; }
Back
|
FazBrowse Home
|
New Git URL