Re-introduce menu on the result page

This commit is contained in:
Gaël Métais
2014-12-21 11:42:09 +01:00
parent 3dc4f4641c
commit ed4f448370
7 changed files with 50 additions and 5 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ var yltApp = angular.module('YellowLabTools', [
'queueCtrl',
'runsFactory',
'resultsFactory',
'gradeDirective'
'menuService',
'gradeDirective',
]);
yltApp.config(['$routeProvider', '$locationProvider',