admin: improve usability of theme edition page
This commit is contained in:
parent
1e2a74f3ca
commit
971273a185
2 changed files with 37 additions and 39 deletions
|
|
@ -959,7 +959,7 @@ angular.module("FICApp")
|
|||
|
||||
.controller("AllExercicesListController", function($scope, Exercice, $routeParams, $location, $rootScope, $http) {
|
||||
$scope.exercices = Exercice.query();
|
||||
$scope.fields = ["title", "statement", "overview", "videoURI"];
|
||||
$scope.fields = ["title", "overview"];
|
||||
|
||||
$scope.show = function(id) {
|
||||
$location.url("/exercices/" + id);
|
||||
|
|
|
|||
Reference in a new issue