Ember loading sub-state issue[SOLVED]

Hi all! I am using Ember-cli and would like to show loading spinner when model is loading. I create a application loading template and it works fine, but only when ember debugger is opened.

Here is Video with this bug. Did have anyone this problem before?

So nothing for this?

Is Chrome dev tools disabling the cache? If the model data is cached the loading template may not get a chance to load.

try explicitly creating App.LoadingRoute = Ember.Route.extend(), sure I remember seeing this being mentioned as a bug.

1 Like

@Snake ,

Thank you very much! Problem has been solved!