diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-16 10:01:15 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-16 10:01:15 -0400 |
| commit | cadf88096c24256d90db2b2c1567518187fcb125 (patch) | |
| tree | 6f6d565ed9f7e15b01834d304651b096a4f4dd24 /www/js/app.js | |
| parent | 374b1e58d415c5e2525a45654893516c798c5f44 (diff) | |
various updates to lazy to document why
Former-commit-id: 21224eb61a2b5e060b38cca3bfd5e0ccb85f95d7
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 |
