-
Notifications
You must be signed in to change notification settings - Fork 354
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
Migration to Ember v1.4.0 #106
Conversation
The app code handlebars contains also actions without quotes. Otherwise the app fails on ajax page |
@petrvolny, I think it might also worth to move to Handlerbars v1.3 |
Ok, sure. Will fix it soon. Thanks. |
Hey @bolshchikov , can you please try the latest changes and let me know if you are ok with them? |
Looks good to me - thank you @petrvolny! I'm ready to merge it but will wait a bit to give @bolshchikov some time to weigh in. |
I can imagine that @addepar-andy is using this stuff. Can you confirm that it is ok with your usage? Is it breaking something? |
@petrvolny, could you also add the changed dist folder? Looks like we didn't update it in the past couple commits but we should be keeping it up to date with development. |
@azirbel, done. |
I don't think @addepar-andy is using this personally, but it works with Addepar's usage as a whole. I think this is ready to go - merging it in now. Thanks again! |
Updated dependency to Ember 1.4.0, Handlebars 1.3.0
Handlebars refactoring:
bindAttr
->bind-attr
linkTo
->link-to
{{action}}
namesRelates to #95