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

Not working with IE11 #87

Closed tcdude closed 9 years ago

tcdude commented 9 years ago

I'm not sure if this is a known behavior but it seems that angular-deckgrid doesn't work with Internet Explorer 11.. Neither my implementation nor the demo seem to work and throw the following error:

angular-deckgrid: No CSS configuration found (see https://github.com/akoenig/angular-deckgrid#the-grid-configuration)

It works flawlessly with Firefox and Chrome (tested on Windows/Linux/Android) and on iOS. I'm using v0.5.0

Is there a way to make it work with IE 11? I really like deckgrid and would hate to have to look for an other implementation that supports IE as well...

akoenig commented 9 years ago

Duplicate of #86