-
Notifications
You must be signed in to change notification settings - Fork 23
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
Message not rendering after transitionTo call. #11
Comments
I'm seeing this as well. Looking into it now. |
I can confirm that all tests are passing with Ember Canary Latest and Handlebars 1.3... |
@minirobotdan - Can you pull down the latest build and try it out? Would love to know if your problem has been resolved. |
This is happening on my application. Can confirm that the message shows up in the ember chrome plugin. I'm using an ember-cli based application. My code looks like this:
I'm using ember 1.7.0 |
I'm having the same problem as @MatthewHager, using Ember 1.7.0. |
Hmmm, I'll try to have a look at this tonight. Thanks for the info. |
@Emerson The code in your repo works as expected. |
Hi there Ryan, the problem I'm having is the flashmessage call renders when I don't use transitionTo, but when I do it does not render. As requested I've made a JSBin of the issue I've been having. Annoyingly, the JSBin works. Barring using Ember App Kit and the local storage adapter, it's essentially how my code is laid out.
http://jsbin.com/denitora/3/edit
I did manage to get some info that might pertain to the problem- Using the Ember Chrome Plugin and putting some console logs in your code, I found out that the currentMessage value survives the route transition, but doesn't seem to render.
This would indicate that the problem might be somewhere in the helper.
Any suggestions?
The text was updated successfully, but these errors were encountered: