Add login check witouth reloading page
This commit is contained in:
parent
3216a69b75
commit
3c336f00d2
284 changed files with 141 additions and 31 deletions
client/js/controllers
|
@ -15,7 +15,7 @@ mainApp.controller('statusCtrl', ['$scope','Identity', '$rootScope', function ($
|
|||
|
||||
// Function to logout
|
||||
$scope.logout=function(){
|
||||
Identity.logout();
|
||||
};
|
||||
Identity.logout();
|
||||
};
|
||||
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue