maatma: Fix legend on home page
This commit is contained in:
parent
c9a4de7a7d
commit
1e41b709c6
4 changed files with 8 additions and 1 deletions
|
|
@ -112,6 +112,7 @@ angular.module("AdLinApp")
|
|||
|
||||
.controller("ProgressionController", function($scope, $interval, $http) {
|
||||
$scope.tuto_progress = tuto_progress;
|
||||
$scope.tuto_legend = tuto_legend;
|
||||
|
||||
$scope.mychallenges = {};
|
||||
var refreshChal = function() {
|
||||
|
|
|
|||
Reference in a new issue