mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Adding address step to registration process
This commit is contained in:
@@ -4,7 +4,7 @@ Darkswarm.controller "RegistrationCtrl", ($scope, RegistrationService, CurrentUs
|
||||
$scope.currentStep = RegistrationService.currentStep
|
||||
$scope.select = RegistrationService.select
|
||||
|
||||
$scope.steps = ['details']
|
||||
# ,'address','contact','about','images','social'
|
||||
$scope.steps = ['details','address']
|
||||
# ,'contact','about','images','social'
|
||||
|
||||
$scope.enterprise = {}
|
||||
Reference in New Issue
Block a user