GUAC-1126: Maintain session-local data through login/logout events broadcast from the authentication service.

This commit is contained in:
Michael Jumper
2015-04-09 13:01:37 -07:00
parent 311d56bae5
commit c69f7db522
6 changed files with 49 additions and 22 deletions

View File

@@ -23,4 +23,4 @@
/**
* The module for the login functionality.
*/
angular.module('login', ['client', 'element', 'navigation']);
angular.module('login', ['element', 'navigation']);