From 86e4e291bfda3365c0bb82bacb2b9990a86ce759 Mon Sep 17 00:00:00 2001 From: ARC Date: Sat, 25 Apr 2015 09:13:54 -0400 Subject: First Commit --- www/js/controllers.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 www/js/controllers.js (limited to 'www/js/controllers.js') diff --git a/www/js/controllers.js b/www/js/controllers.js new file mode 100644 index 00000000..8e4c9e69 --- /dev/null +++ b/www/js/controllers.js @@ -0,0 +1,8 @@ +angular.module('zmApp.controllers', ['ionic', 'googlechart' ]) + +.controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) { + $scope.openMenu = function () { + $ionicSideMenuDelegate.toggleLeft(); + } +}); +//test \ No newline at end of file -- cgit v1.2.3