mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-19 00:27:25 +00:00
7 lines
334 B
CoffeeScript
7 lines
334 B
CoffeeScript
Darkswarm.factory 'Orders', (orders_by_distributor, currencyConfig, CurrentHub, Taxons, Dereferencer, visibleFilter, Matcher, Geo, $rootScope)->
|
|
new class Orders
|
|
constructor: ->
|
|
# Populate Orders.orders from json in page.
|
|
@orders_by_distributor = orders_by_distributor
|
|
@currency_symbol = currencyConfig.symbol
|