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

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


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