mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +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 = {} |