Skip to content

Instantly share code, notes, and snippets.

@omniphx
Created December 30, 2015 05:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omniphx/416b197cf5c82a9bfe53 to your computer and use it in GitHub Desktop.
Save omniphx/416b197cf5c82a9bfe53 to your computer and use it in GitHub Desktop.
A style for hiding ng-grid
.ng-hide:not(.ng-hide-animate) {
display: block!important;
position: absolute;
top: -9999px;
left: -9999px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment