-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading template issue #13
Comments
OK, I finally tracked this down. The issue was that the container (in Ember) was not calling Closing here for now, since it is resolved upstream. |
Ember 1.3.1 has an issue that prevents loading/error substates from working properly (see [detailed comment](ember-cli/ember-resolver#13 (comment))). This was fixed upstream and is working properly on Ember 1.4.0-beta.2.
Ember 1.3.1 has an issue that prevents loading/error substates from working properly (see [detailed comment](ember-cli/ember-resolver#13 (comment))). This was fixed upstream and is working properly on Ember 1.4.0-beta.2.
Ember 1.3.1 has an issue that prevents loading/error substates from working properly (see [detailed comment](ember-cli/ember-resolver#13 (comment))). This was fixed upstream and is working properly on Ember 1.4.0-beta.2.
Add .travis.yml and package.
I'm not sure where this needs to go, here or ember issues, since I'm unsure where the problem lies.
Recently I switched to EAK, and now my loading routes are mostly broken. I have the following template (along with route, etc for non loading templates):
Now none of the loading routes work in the application, except for one. When I load
map.location
from the url, theloading
route activates (only from url). I'm using 1.3.0 of Ember, and I tried to recreate the problem, but no luck.I made sure that the
templates.js
contains the loading templates, and it does. It just doesn't make sense why it would only load in that case.Here's a fork of EAK that has something close. When you enter
/
the main loading template shows, from there if you go toposts
orpost
it will show that same loading template, this also works from url. Now while you are inposts
orpost
, and you click to the other, no loading appears.The text was updated successfully, but these errors were encountered: