Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/registration_controller.js.coffee
2014-09-11 16:34:20 +10:00

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