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