summaryrefslogtreecommitdiff
path: root/www/js/MenuController.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-01 11:44:40 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-01 11:44:40 -0400
commit2e1a669455190e3d0d857e613cc34cd22f4862c0 (patch)
tree850e2d0abcd5dbbc603b5f054725691ed5abb951 /www/js/MenuController.js
parentdc5dd1c8684266c320cccd6e8943b5d419a280e4 (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.js8
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();