mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-30 06:31:16 +00:00
7 lines
182 B
CoffeeScript
7 lines
182 B
CoffeeScript
Darkswarm.controller "ShippingCtrl", ($scope) ->
|
|
angular.extend(this, new FieldsetMixin($scope))
|
|
$scope.name = "shipping"
|
|
$scope.nextPanel = "payment"
|
|
|
|
window.tmp = $scope
|