mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
13 lines
268 B
CoffeeScript
13 lines
268 B
CoffeeScript
Darkswarm.controller "DetailsCtrl", ($scope) ->
|
|
angular.extend(this, new FieldsetMixin($scope))
|
|
$scope.name = "details"
|
|
$scope.nextPanel = "billing"
|
|
|
|
|
|
#$scope.$watch ->
|
|
#$scope.detailsValid()
|
|
#, (valid)->
|
|
#if valid
|
|
#$scope.show("billing")
|
|
|