Updating on later pages of registration process

This commit is contained in:
Rob H
2014-08-21 17:04:40 +10:00
parent 60d6599f9b
commit f1f9a2e7fc
5 changed files with 58 additions and 26 deletions

View File

@@ -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']