Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/checkout/shipping_controller.js.coffee

11 lines
327 B
CoffeeScript

Darkswarm.controller "ShippingCtrl", ($scope, $timeout, ShippingMethods) ->
angular.extend(this, new FieldsetMixin($scope))
$scope.ShippingMethods = ShippingMethods
$scope.name = "shipping"
$scope.nextPanel = "payment"
$scope.summary = ->
[$scope.Checkout.shippingMethod()?.name]
$timeout $scope.onTimeout