diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-26 09:53:50 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-26 09:53:50 -0400 |
| commit | b08473490be9d1571ebbd893ce5564043b3950d3 (patch) | |
| tree | 0910b93dce5bfb1d30afbae3491a03e944ba7cc8 /www/js/LoginCtrl.js | |
| parent | fca3641d17b111fe0fdea0bef05243e173e125c4 (diff) | |
Integrated login check for views
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index 2e428c18..e734fef2 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -6,6 +6,7 @@ $scope.openMenu = function () { $scope.loginData = ZMDataModel.getLogin(); + // Perform the login action when the user submits the login form $scope.login = function () { console.log('Saving login'); @@ -14,4 +15,4 @@ $scope.openMenu = function () { }; -})
\ No newline at end of file +}) |
