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

Fix mediaQueries selector match for MS Edge #119

Open praabjerg opened 7 years ago

praabjerg commented 7 years ago

Allow for alphanumeric characters in selector match between [deckgrid] and ::before

When getting the selector in MS Edge, it arranges it as [deckgrid].deckgrid::before instead of (as you would expect) .deckgrid[deckgrid]::before This change allows for matching the selector in MS Edge as well.