mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Updating on later pages of registration process
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
Darkswarm.controller "RegistrationCtrl", ($scope, RegistrationService, EnterpriseCreationService, availableCountries) ->
|
||||
Darkswarm.controller "RegistrationCtrl", ($scope, RegistrationService, EnterpriseRegistrationService, availableCountries) ->
|
||||
$scope.currentStep = RegistrationService.currentStep
|
||||
$scope.select = RegistrationService.select
|
||||
$scope.enterprise = EnterpriseCreationService.enterprise
|
||||
$scope.create = EnterpriseCreationService.create
|
||||
$scope.enterprise = EnterpriseRegistrationService.enterprise
|
||||
$scope.create = EnterpriseRegistrationService.create
|
||||
$scope.update = EnterpriseRegistrationService.update
|
||||
|
||||
$scope.steps = ['details','address','contact','about','images','social']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user