summaryrefslogtreecommitdiff
path: root/www/js/MenuController.js
diff options
context:
space:
mode:
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();