Re-construct the JS Timeline page

This commit is contained in:
Gaël Métais
2014-12-22 14:07:16 +01:00
parent c1257afc4c
commit cb20075599
19 changed files with 890 additions and 570 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ var resultsFactory = angular.module('resultsFactory', ['ngResource']);
resultsFactory.factory('Results', ['$resource', function($resource) {
return $resource('/api/results/:runId', {
'get': {method: 'GET', params: {runId: '@runId'}}
});
}]);