diff --git a/app/public/scripts/resultsCtrl.js b/app/public/scripts/resultsCtrl.js index 5e3692d..0325b0e 100644 --- a/app/public/scripts/resultsCtrl.js +++ b/app/public/scripts/resultsCtrl.js @@ -4,7 +4,7 @@ app.controller('ResultsCtrl', function ($scope) { // Grab results from nodeJS served page $scope.phantomasResults = window._phantomas_results; - $scope.view = 'summary'; + $scope.view = 'execution'; if ($scope.phantomasResults.metrics && $scope.phantomasResults.offenders && $scope.phantomasResults.offenders.javascriptExecutionTree) {