mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-03 06:59:14 +00:00
Generalize sorting through SortOptions service
This commit is contained in:
committed by
Maikel Linke
parent
8b6b694244
commit
55d0b1dfc5
@@ -0,0 +1,4 @@
|
||||
angular.module("admin.indexUtils").factory 'SortOptions', ->
|
||||
new class SortOptions
|
||||
predicate: ""
|
||||
reverse: true
|
||||
Reference in New Issue
Block a user