diff --git a/webadmin/src/js/setup.js b/webadmin/src/js/setup.js index 1a33f6ad3..4edf9d305 100644 --- a/webadmin/src/js/setup.js +++ b/webadmin/src/js/setup.js @@ -198,7 +198,7 @@ app.controller('StepController', ['$scope', '$route', '$location', 'Wizard', fun }]); -app.controller('CustomDomainController', [ '$scope', 'Wizard', function ($scope, Wizard) { +app.controller('CustomDomainController', [ '$scope', '$location', 'Wizard', function ($scope, $location, Wizard) { $scope.wizard = Wizard; diff --git a/webadmin/src/views/setup/step3.html b/webadmin/src/views/setup/step3.html index 7858d652f..23fedd7b8 100644 --- a/webadmin/src/views/setup/step3.html +++ b/webadmin/src/views/setup/step3.html @@ -2,7 +2,7 @@

Custom domain configuration

- Provide Route53 access keys here. + Provide Route53 access keys here