summaryrefslogtreecommitdiff
path: root/www/js/HelpCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/HelpCtrl.js')
-rw-r--r--www/js/HelpCtrl.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/js/HelpCtrl.js b/www/js/HelpCtrl.js
new file mode 100644
index 00000000..37c98d39
--- /dev/null
+++ b/www/js/HelpCtrl.js
@@ -0,0 +1,7 @@
+angular.module('zmApp.controllers').controller('zmApp.HelpCtrl', function ($scope, $rootScope, $ionicModal, ZMDataModel,$ionicSideMenuDelegate) {
+$scope.openMenu = function () {
+ $ionicSideMenuDelegate.toggleLeft();
+ }
+console.log ("***** HELP ****");
+
+})