Files
openfoodnetwork/app/assets/javascripts/darkswarm/controllers/registration_controller.js.coffee

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