diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 18:57:20 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 18:57:20 +0100 |
| commit | c6186b71c12dece6878ca457afa801f2a79bac0b (patch) | |
| tree | 00ab4fb45532a98919c0af09a53904c0450c41e0 /client/js/controllers/login.js | |
| parent | fe06bd586aa2af6ea6bfc426caadee429d100380 (diff) | |
Change folder architecture !
Diffstat (limited to 'client/js/controllers/login.js')
| -rw-r--r-- | client/js/controllers/login.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/client/js/controllers/login.js b/client/js/controllers/login.js index 6de348c..026ce36 100644 --- a/client/js/controllers/login.js +++ b/client/js/controllers/login.js @@ -4,11 +4,14 @@ * and open the template in the editor. */ - +/** + * Represents a book. + * @constructor + */ mainApp.controller('loginCtrl', function ($scope,$interval,$sce) { // Define default states - $('#loginModal').modal({backdrop: 'static', keyboard: false}); + //$('#loginModal').modal({backdrop: 'static', keyboard: false}); $('#loadingLoginButton').hide(); $('#failedToLoginAlert').hide(); |
