From 2e1a669455190e3d0d857e613cc34cd22f4862c0 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 1 Sep 2016 11:44:40 -0400 Subject: mostly formatting and removal of console.logs Former-commit-id: 5cbac40ad5ccb7096fb7b9f58696e923ba282232 --- www/js/MenuController.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/js/MenuController.js') 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(); -- cgit v1.2.3