I am trying to create a boot stand for the application route using the newly named substitution parameters added recently, but for some reason I cannot get it to work. Initially, I just created a simple loading.hbs template and it worked automatically, but due to problems with substations on the application route, some of my user interfaces were still visible. I would like to fix it now.
I tried renaming and moving the template to the following places:
/templates/application_loading.hbs /templates/application-loading.hbs /templates/application/loading.hbs
No one seems to be working. I don't need any custom routing behavior, so by default the route created should do me unless it is required for this. Documentation for this feature seems rare. I found jsbin for this function , and I have to do it correctly according to it, if there is no problem with ember-cli.
Thanks for any help.
DEBUG: ------------------------------- DEBUG: Ember : 1.11.1 DEBUG: Ember Data : 1.0.0-beta.16.1 DEBUG: jQuery : 1.11.2 DEBUG: -------------------------------
source share