-
Notifications
You must be signed in to change notification settings - Fork 230
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
Substate loading/error not working #427
Comments
@kindalabs - This may be an issue with the resolver. See ember-cli/ember-resolver#13. Does this seem to be the same issue? |
See detailed response here: ember-cli/ember-resolver#13 (comment), but this is an issue with the container not normalizing things properly. An update to Ember 1.4.0-beta.2 will resolve the issue. |
@rjackson Thank you! It was resolved by upgrading to Ember 1.4.0-beta.2. |
@kindalabs - Awesome, glad it worked. |
Fantastic :) |
I'm having this problem, but not with loading substate, only with error, it's impossible to to get to the error template or router |
@Ghostavio have you looked into #584? Are you on application route level? |
Yes I am, so I can't handle all the errors in the application level? What's the recommended way to handle errors? |
/router.js
/routes/dashboard/index.js
/templates/dashboard/loading.hbs
When I transition to
'dashboard.index'
route, the substate loading template should display into the outlet of dashboard. But, it doesn't work.I tried the same code without ember-app-kit, then it works.
Any help?
The text was updated successfully, but these errors were encountered: