diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-01 11:44:40 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-01 11:44:40 -0400 |
| commit | 2e1a669455190e3d0d857e613cc34cd22f4862c0 (patch) | |
| tree | 850e2d0abcd5dbbc603b5f054725691ed5abb951 /www/js/MenuController.js | |
| parent | dc5dd1c8684266c320cccd6e8943b5d419a280e4 (diff) | |
mostly formatting and removal of console.logs
Former-commit-id: 5cbac40ad5ccb7096fb7b9f58696e923ba282232
Diffstat (limited to 'www/js/MenuController.js')
| -rw-r--r-- | www/js/MenuController.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/js/MenuController.js b/www/js/MenuController.js index d0dd56fa..9eca0051 100644 --- a/www/js/MenuController.js +++ b/www/js/MenuController.js @@ -7,10 +7,10 @@ $scope.openMenu = function () { $ionicSideMenuDelegate.toggleLeft(); }; - - - - +//---------------------------------------------------------------- +// This controller sits along with the main app to bring up +// the language menu from the main menu +//---------------------------------------------------------------- $scope.switchLang = function() { $scope.lang = ZMDataModel.getLanguages(); |
