Reorganize menu

This commit is contained in:
Gaël Métais
2014-11-16 20:07:24 +01:00
parent 88beb41143
commit 3b94a4520c
+1 -1
View File
@@ -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) {