dashboard: Wait for the themes to load before getting the events

This commit is contained in:
nemunaire 2023-08-01 18:20:08 +02:00
parent 4ee950cca2
commit bf61b0184b
2 changed files with 2 additions and 3 deletions

View file

@ -43,7 +43,6 @@ angular.module("FICApp", ["ngSanitize", "ngAnimate"])
$rootScope.lastExercice = lastExercice;
});
}
refreshEvents()
$interval(refreshEvents, 2100);
})
.controller("TimerController", function($scope, $rootScope, $interval, $timeout) {