mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
12 lines
373 B
CoffeeScript
12 lines
373 B
CoffeeScript
Darkswarm.controller "RegistrationCtrl", ($scope, RegistrationService, CurrentUser) ->
|
|
$scope.current_user = CurrentUser
|
|
|
|
$scope.currentStep = RegistrationService.currentStep
|
|
$scope.select = RegistrationService.select
|
|
|
|
$scope.steps = ['details','address','contact']
|
|
# ,'about','images','social'
|
|
|
|
$scope.enterprise =
|
|
contact:
|
|
email: CurrentUser.email |