$location is not defined
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="col-md-12 text-center">
|
||||
<h1>Custom domain configuration</h1>
|
||||
<h4 class="">
|
||||
Provide <a href="https://aws.amazon.com/route53/">Route53</a> access keys here.
|
||||
Provide <a href="https://aws.amazon.com/route53/">Route53</a> access keys here
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user