mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
7 lines
158 B
CoffeeScript
7 lines
158 B
CoffeeScript
Darkswarm.controller "BillingCtrl", ($scope) ->
|
|
angular.extend(this, new FieldsetMixin($scope))
|
|
$scope.name = "billing"
|
|
$scope.nextPanel = "shipping"
|
|
|
|
|