dashboard: Wait for the themes to load before getting the events
This commit is contained in:
parent
4ee950cca2
commit
bf61b0184b
2 changed files with 2 additions and 3 deletions
|
@ -43,7 +43,6 @@ angular.module("FICApp", ["ngSanitize", "ngAnimate"])
|
|||
$rootScope.lastExercice = lastExercice;
|
||||
});
|
||||
}
|
||||
refreshEvents()
|
||||
$interval(refreshEvents, 2100);
|
||||
})
|
||||
.controller("TimerController", function($scope, $rootScope, $interval, $timeout) {
|
||||
|
|
Reference in a new issue