Skip to content

Commit

Permalink
Fixes IE 11 issue caused by MutationObserver issue #11781
Browse files Browse the repository at this point in the history
  • Loading branch information
smdvdsn committed Aug 18, 2015
1 parent bd07247 commit b9a0167
Show file tree
Hide file tree
Showing 7 changed files with 22,435 additions and 0 deletions.
24 changes: 24 additions & 0 deletions angular-csp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,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\:form {
display: block;
}

.ng-animate-block-transitions {
transition:0s all!important;
-webkit-transition:0s all!important;
}

/* show the element during a show/hide animation when the
* animation is ongoing, but the .ng-hide class is active */
.ng-hide-add-active, .ng-hide-remove {
display: block!important;
}
Loading

0 comments on commit b9a0167

Please sign in to comment.