ember.js - IE8 not starting app after upgrade from Ember 1.10 to 1.13.2 -


after upgrading 1.10 1.13.2 application stopped working on ie8 - doesn't load main route , doesn't start application correctly. there no exceptions thrown. below log ie8:

debug: ------------------------------- debug: ember  : 1.13.2+616f7a7e debug: jquery : 1.11.1 debug: ------------------------------- processing last blocks: 0ms timer "processing last blocks" not exist. attempting url transition / generated -> route:application, [object object] generated -> route:index, [object object] preparing transition '' ' index' transition #0: application: calling beforemodel hook transition #0: application: calling deserialize hook transition #0: application: calling aftermodel hook transition #0: index: calling beforemodel hook transition #0: index: calling deserialize hook transition #0: index: calling aftermodel hook transition #0: resolved models on destination route; finalizing  transition. generated -> controller:application, [object object] generated -> controller:index, [object object] transitioned 'index' transition #0: transition complete. 

and same log chrome:

debug: ------------------------------- debug: ember  : 1.13.2+616f7a7e debug: jquery : 1.11.1 debug: ------------------------------- 1360 processing last blocks: 0.009ms ember inspector active attempting url transition / generated -> route:events.index object {fullname: "route:events.index"} preparing transition '' ' events.index' transition #0: application: calling beforemodel hook transition #0: application: calling deserialize hook transition #0: application: calling aftermodel hook attempting transition events.country transition #0: events.index: transition aborted transition #1: events: calling beforemodel hook transition #0: detected abort. transition #1: events: calling deserialize hook transition #1: events: calling aftermodel hook transition #1: events.country: calling beforemodel hook transition #1: events.country: calling deserialize hook transition #1: events.country: calling aftermodel hook transition #1: resolved models on destination route; finalizing  transition. generated -> controller:application object {fullname: "controller:application"} deprecations detected, see ember inspector deprecations tab more details. transitioned 'events.country' transition #1: transition complete. 

before upgrade worked fine. ideas?


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -