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
+6
View File
@@ -4,12 +4,18 @@ var yltApp = angular.module('YellowLabTools', [
'aboutCtrl',
'dashboardCtrl',
'queueCtrl',
'ruleCtrl',
'timelineCtrl',
'runsFactory',
'resultsFactory',
'menuService',
'gradeDirective',
]);
yltApp.run(function($rootScope) {
$rootScope.loadedRunId = null;
});
yltApp.config(['$routeProvider', '$locationProvider',
function($routeProvider, $locationProvider) {
$routeProvider.