maatma: publish progression on frontpage

This commit is contained in:
nemunaire 2021-03-05 15:11:14 +01:00
parent f47eb68505
commit 8712e33c5a
3 changed files with 18 additions and 15 deletions

View file

@ -111,6 +111,8 @@ angular.module("AdLinApp")
})
.controller("ProgressionController", function($scope, $interval, $http) {
$scope.tuto_progress = tuto_progress;
$scope.mychallenges = {};
var refreshChal = function() {
$http.get("api/students/" + $scope.student.id + "/progress").then(function(response) {