This commit is contained in:
Rohan Mitchell
2015-03-27 13:09:25 +11:00
parent 09a102bd8b
commit d471368412
2 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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" }