tuto3: various fixes to help students
This commit is contained in:
parent
4d3b5c42b6
commit
7a72afc81d
6 changed files with 68 additions and 7 deletions
|
@ -86,7 +86,7 @@ angular.module("AdLinApp")
|
|||
});
|
||||
};
|
||||
$rootScope.checkLoginState();
|
||||
$interval($rootScope.checkLoginState, 20000);
|
||||
$interval($rootScope.checkLoginState, 40000);
|
||||
|
||||
$rootScope.disconnectCurrentUser = function() {
|
||||
$http({
|
||||
|
|
Reference in a new issue