mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
5 lines
202 B
CoffeeScript
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
|