This commit is contained in:
Jesús Ángel González 2018-07-02 12:26:03 +02:00
parent 5dd8e2d9b6
commit 3d8034fb3d

View File

@ -108,7 +108,7 @@ app.controller('healthCheck', function ($scope, $rootScope, $timeout, $location,
} }
}; };
$scope.goApp = () => $location.path($rootScope.previousLocation || '/overview'); $scope.goApp = () => $location.path($rootScope.previousLocation || '/');
$scope.results = []; $scope.results = [];