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

OrderBy #113

Open simonferndriger opened 7 years ago

simonferndriger commented 7 years ago

I'm currently using this statement to create Angular cards in a particular order. How can I reproduce the order with this plugin?

<aft ng-repeat="aft in afts | orderBy:order:reverse" flex="33"></aft>