Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/checkout/shipping_controller.js.coffee
2014-06-04 17:12:16 +10:00

7 lines
199 B
CoffeeScript

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