diff options
Diffstat (limited to 'www/js/controllers.js')
| -rw-r--r-- | www/js/controllers.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/js/controllers.js b/www/js/controllers.js index bb0e3208..70c0cc39 100644 --- a/www/js/controllers.js +++ b/www/js/controllers.js @@ -1,3 +1,6 @@ +/* jshint -W041 */ +/* jshint browser: true*/ +/* global cordova,StatusBar,angular,console */ angular.module('zmApp.controllers', ['ionic', 'googlechart', 'ngCordova', 'ng-mfb' ]) @@ -5,5 +8,5 @@ angular.module('zmApp.controllers', ['ionic', 'googlechart', 'ngCordova', 'ng- .controller('zmApp.AppCtrl', function($scope, $ionicSideMenuDelegate) { $scope.openMenu = function () { $ionicSideMenuDelegate.toggleLeft(); - } + }; }); |
