Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/checkout/shipping_controller.js.coffee
2014-04-11 17:58:32 +10:00

7 lines
182 B
CoffeeScript

Darkswarm.controller "ShippingCtrl", ($scope) ->
angular.extend(this, new FieldsetMixin($scope))
$scope.name = "shipping"
$scope.nextPanel = "payment"
window.tmp = $scope