From d4713684120e29dfbefb957261cfdc3ca464fe72 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 27 Mar 2015 13:09:25 +1100 Subject: [PATCH] Spacing --- .../registration/registration_controller.js.coffee | 2 +- app/views/registration/index.html.haml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/darkswarm/controllers/registration/registration_controller.js.coffee b/app/assets/javascripts/darkswarm/controllers/registration/registration_controller.js.coffee index 3be0378619..29a60c3f15 100644 --- a/app/assets/javascripts/darkswarm/controllers/registration/registration_controller.js.coffee +++ b/app/assets/javascripts/darkswarm/controllers/registration/registration_controller.js.coffee @@ -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 diff --git a/app/views/registration/index.html.haml b/app/views/registration/index.html.haml index de09d9494f..d110e98657 100644 --- a/app/views/registration/index.html.haml +++ b/app/views/registration/index.html.haml @@ -1,4 +1,5 @@ -=inject_spree_api_key -=inject_available_countries -=inject_enterprise_attributes -%div{ "ng-controller" => "RegistrationCtrl" } \ No newline at end of file += inject_spree_api_key += inject_available_countries += inject_enterprise_attributes + +%div{ "ng-controller" => "RegistrationCtrl" }