Promote the Grunt plugin

This commit is contained in:
Gaël Métais
2015-04-25 18:38:41 +02:00
parent 72afcc3e5a
commit 486ede9396
3 changed files with 4 additions and 6 deletions
@@ -59,10 +59,5 @@ dashboardCtrl.controller('DashboardCtrl', ['$scope', '$rootScope', '$routeParams
window.open(url, 'sharer', 'top=' + winTop + ',left=' + winLeft + ',toolbar=0,status=0,width=' + winWidth + ',height=' + winHeight);
}
// Returns the URL of the JSON result
$scope.getAPIUrl = function() {
return '/api/results/' + $scope.runId;
};
loadResults();
}]);