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