diff options
| author | ARC <arjunrc@gmail.com> | 2015-05-10 17:21:23 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-05-10 17:21:23 -0400 |
| commit | c773727f312c647750014e906cc9c0b010ab8454 (patch) | |
| tree | 76dadfd5f75b55c5200138ee472f309790f2005b /www/js/controllers.js | |
| parent | f2e3d1c121903f36fe996538b14429da733c06e7 (diff) | |
JSHinted everything, added dependency arrays in all controllers for future minification
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(); - } + }; }); |
