$location is not defined

This commit is contained in:
Girish Ramakrishnan
2015-10-27 12:37:01 -07:00
parent e2c3fb309c
commit b9a0ad73ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

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