diff options
Diffstat (limited to 'www/js/controllers.js')
| -rw-r--r-- | www/js/controllers.js | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
