diff options
Diffstat (limited to 'www/js/controllers.js')
| -rw-r--r-- | www/js/controllers.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/controllers.js b/www/js/controllers.js index 75875f60..bb0e3208 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -1,6 +1,7 @@ angular.module('zmApp.controllers', ['ionic', 'googlechart', 'ngCordova', 'ng-mfb' ]) + .controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) { $scope.openMenu = function () { $ionicSideMenuDelegate.toggleLeft(); |
