akoenig / angular-deckgrid

A lightweight masonry-like grid for AngularJS.
http://akoenig.github.io/angular-deckgrid
MIT License
1.1k stars 191 forks source link

regex for checking deckgrid styles does not work in IE9 #101

Open mxshrestha opened 8 years ago

mxshrestha commented 8 years ago

IE 9 treats .className[deckgrid]::before as [deckgrid].className::before. Hence, IE9 would miss the specified deckgrid styles.