Re-construct the JS Timeline page
This commit is contained in:
@@ -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'}}
|
||||
|
||||
});
|
||||
}]);
|
||||
Reference in New Issue
Block a user