Files
openfoodnetwork/app/assets/javascripts/darkswarm/services/current_order.js.coffee
2021-08-02 18:59:42 +01:00

5 lines
202 B
CoffeeScript

angular.module('Darkswarm').factory 'CurrentOrder', (currentOrder) ->
# Populate Currentorder.order from json in page. This is probably redundant now.
new class CurrentOrder
order: currentOrder