Adding address step to registration process

This commit is contained in:
Rob H
2014-08-20 12:52:55 +10:00
parent 5f09f1b4f7
commit c53df00969
6 changed files with 73 additions and 29 deletions

View File

@@ -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 = {}