mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Moving bought items listing up into main section of cart
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Darkswarm.controller "EditOrderCtrl", ($scope, $resource, Cart) ->
|
||||
Darkswarm.controller "EditBoughtOrderController", ($scope, $resource, Cart) ->
|
||||
$scope.showBought = false
|
||||
|
||||
$scope.deleteLineItem = (id) ->
|
||||
params = {id: id}
|
||||
Reference in New Issue
Block a user