We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems loading broken again?
May be i am doing something wrong but it isn't working for me. here is test app: https://github.com/Sinled/ember-tests/tree/master/test-loading/app
i have
application.loading posts.loading
templates but none of them are actually loading
Ember : 1.13.5 ember-cli : 1.13.6
The text was updated successfully, but these errors were encountered:
You need to remove the application route's loading action.
Sorry, something went wrong.
@teddyzeenny yes, it is working without loading action, thats strange, what should i do if i also need to catch loading event in route?
Call super
@teddyzeenny @stefanpenner Thanks!
No branches or pull requests
It seems loading broken again?
May be i am doing something wrong but it isn't working for me.
here is test app:
https://github.com/Sinled/ember-tests/tree/master/test-loading/app
i have
templates but none of them are actually loading
The text was updated successfully, but these errors were encountered: