summaryrefslogtreecommitdiff
path: root/www/js/controllers.js
blob: 8e4c9e697a0c03268bf9ee213c78c0e78da4fc2e (plain)
1
2
3
4
5
6
7
8
angular.module('zmApp.controllers', ['ionic',   'googlechart' ])

.controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) {
  $scope.openMenu = function () {
    $ionicSideMenuDelegate.toggleLeft();
  }
});
//test