summaryrefslogtreecommitdiff
path: root/www/js/controllers.js
blob: b590d43699ebaa0c07743aee6f3759c1d2e75b72 (plain)
1
2
3
4
5
6
7
8

angular.module('zmApp.controllers', ['ionic',   'googlechart', 'ngCordova' ])

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