akoenig / angular-deckgrid

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

Supporting differing templates based on condition #117

Open ratagit opened 7 years ago

ratagit commented 7 years ago

In ng-repeat you could include/exclude certain elements based on an ng-if expression, it does not work the same way with deckgrid because ng-if is not supported. Is there a plan to support that or workarounds?