maatma: publish progression on frontpage
This commit is contained in:
parent
f47eb68505
commit
8712e33c5a
3 changed files with 18 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue