squash! WIP: apply a coeff on given points
This commit is contained in:
parent
da29071ad1
commit
1c879fe50e
5 changed files with 28 additions and 24 deletions
|
@ -275,7 +275,7 @@ angular.module("FICApp")
|
|||
$scope.exercice = Exercice.get({ exerciceId: $routeParams.exerciceId });
|
||||
}
|
||||
$scope.exercices = Exercice.query();
|
||||
$scope.fields = ["title", "statement", "depend", "gain", "videoURI"];
|
||||
$scope.fields = ["title", "statement", "depend", "gain", "coefficient", "videoURI"];
|
||||
|
||||
$scope.saveExercice = function() {
|
||||
if (this.exercice.id) {
|
||||
|
|
Reference in a new issue