diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-31 10:54:32 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-31 10:54:32 -0400 |
| commit | b20e0e323bf95ad32520f012bb404efec7d9fed1 (patch) | |
| tree | 689b160efd45dba33a64f5d4d7a6399814aceb17 /www/js/DataModel.js | |
| parent | 9fd21b4416f88092e6010df90391ec0d851a8f91 (diff) | |
#59 desktop mode support
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index cafb3b36..3ea54158 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -334,6 +334,8 @@ angular.module('zmApp.controllers') }, getLogin: function () { + + return loginData; }, |
