diff options
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js index d5821cd3..b327ddac 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1369,9 +1369,11 @@ angular.module('zmApp', [ //------------------------------------------------------------------ // My route map connecting menu options to their respective templates and controllers -.config(function ($stateProvider, $urlRouterProvider, $httpProvider, $ionicConfigProvider, $provide,$compileProvider, $ionicNativeTransitionsProvider) { - +.config(function ($stateProvider, $urlRouterProvider, $httpProvider, $ionicConfigProvider, $provide,$compileProvider, $ionicNativeTransitionsProvider, $logProvider) { + //$logProvider.debugEnabled(false); + //$compileProvider.debugInfoEnabled(false); + // This is an exception interceptor so it can show up in app logs // if they occur. I suspect digest and other errors will be useful // for me to see |
