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

orderBy proprety #91

Open arizona2014 opened 9 years ago

arizona2014 commented 9 years ago

I've managed to display the elements in the loading order which is not enough for me. My object has a proprety called elementType and I'd like to display those elements first and the rest of elements after.

I've tryed with no success :
source="elements | orderBy:'elementType' " source="elements | orderBy:'card.elementType' " source="elements | orderBy:'elements.elementType' "

Nicolazinho commented 8 years ago

Did you ever solve this?