Add a screenshot page

This commit is contained in:
Gaël Métais
2015-02-05 19:33:58 +01:00
parent 85d1119ad6
commit 79d0898fb5
+3 -4
View File
@@ -16,13 +16,12 @@ screenshotCtrl.controller('ScreenshotCtrl', ['$scope', '$rootScope', '$routePara
});
} else {
$scope.result = $rootScope.loadedResult;
init();
}
}
function init() {
}
$scope.backToDashboard = function() {
$location.path('/result/' + $scope.runId);
};
$scope.testAgain = function() {
Runs.save({