ionic app not work after update app via Ionic Deploy and reopen it -
when download ionic deploy , load it. app can work until reopen app(close , clear background) stuck on blank page , error
error: [$injector:nomod] module 'app' not available! either misspelled module name or forgot load ...
this app.js
angular.module('app', ['ionic', 'ionic-toast', 'ngcordova', 'nganimate', 'dcbimgfallback']) .run(['$ionicplatform', '$sqliteservice', '$ionichistory', '$ionicpopup','$rootscope','$state', function($ionicplatform, $sqliteservice,$ionichistory, $ionicpopup,$rootscope,$state) { ... this case happened month.
(ionic v1.7.16)
more information
1.i install deploy version direct android phone. work great.
2.this issue happen on android (ios no problem)
3.there may changes on ionic deploy. because there no problem years.
Comments
Post a Comment