Skip to content

Commit afae486

Browse files
committed
v1.2.20
1 parent b7b7a8b commit afae486

File tree

5 files changed

+1377
-2712
lines changed

5 files changed

+1377
-2712
lines changed

angular-csp.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,21 @@
44

55
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
66
.ng-cloak, .x-ng-cloak,
7-
.ng-hide:not(.ng-animate) {
7+
.ng-hide {
88
display: none !important;
99
}
1010

1111
ng\:form {
1212
display: block;
1313
}
14+
15+
.ng-animate-block-transitions {
16+
transition:0s all!important;
17+
-webkit-transition:0s all!important;
18+
}
19+
20+
/* show the element during a show/hide animation when the
21+
* animation is ongoing, but the .ng-hide class is active */
22+
.ng-hide-add-active, .ng-hide-remove {
23+
display: block!important;
24+
}

0 commit comments

Comments
 (0)