mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Spacing
This commit is contained in:
@@ -3,7 +3,7 @@ Darkswarm.controller "RegistrationCtrl", ($scope, RegistrationService, Enterpris
|
||||
$scope.enterprise = EnterpriseRegistrationService.enterprise
|
||||
$scope.select = RegistrationService.select
|
||||
|
||||
$scope.steps = ['details','contact','type','about','images','social']
|
||||
$scope.steps = ['details', 'contact', 'type', 'about', 'images', 'social']
|
||||
|
||||
$scope.countries = availableCountries
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
=inject_spree_api_key
|
||||
=inject_available_countries
|
||||
=inject_enterprise_attributes
|
||||
%div{ "ng-controller" => "RegistrationCtrl" }
|
||||
= inject_spree_api_key
|
||||
= inject_available_countries
|
||||
= inject_enterprise_attributes
|
||||
|
||||
%div{ "ng-controller" => "RegistrationCtrl" }
|
||||
|
||||
Reference in New Issue
Block a user