mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
4 lines
120 B
CoffeeScript
4 lines
120 B
CoffeeScript
Darkswarm.controller "LineItemCtrl", ($scope)->
|
|
$scope.$watch "line_item.quantity", ->
|
|
$scope.Cart.orderChanged()
|