mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
10 lines
332 B
CoffeeScript
10 lines
332 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 = {} |