diff --git a/front/src/js/controllers/dashboardCtrl.js b/front/src/js/controllers/dashboardCtrl.js index 64a76fd..c1b2ba1 100644 --- a/front/src/js/controllers/dashboardCtrl.js +++ b/front/src/js/controllers/dashboardCtrl.js @@ -13,7 +13,7 @@ dashboardCtrl.controller('DashboardCtrl', ['$scope', '$rootScope', '$routeParams $scope.result = result; init(); }, function(err) { - alert('aie'); + $scope.error = true; }); } else { $scope.result = $rootScope.loadedResult; diff --git a/front/src/views/dashboard.html b/front/src/views/dashboard.html index 41a72ac..0fba7bc 100644 --- a/front/src/views/dashboard.html +++ b/front/src/views/dashboard.html @@ -1,16 +1,16 @@
Yellow Lab Tools is a free online tool that analyzes performance and front-end quality.
See the full report for this page Test another webpage