mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
5 lines
146 B
CoffeeScript
5 lines
146 B
CoffeeScript
Darkswarm.controller "CartCtrl", ($scope, Cart, CurrentHub) ->
|
|
$scope.Cart = Cart
|
|
$scope.CurrentHub = CurrentHub
|
|
$scope.max_characters = 20
|