Files
openfoodnetwork/app/assets/javascripts/darkswarm/services/current_order.js.coffee
2014-06-06 14:47:12 +10:00

9 lines
209 B
CoffeeScript

Darkswarm.factory 'CurrentOrder', (currentOrder) ->
new class CurrentOrder
constructor: ->
@[k] = v for k, v of currentOrder
@cart_count ?= 0
empty: =>
@line_items.length == 0