Skip to content
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

value as a attributeBinding is not rendered as an attribute #10183

Closed
kiwiupover opened this issue Jan 10, 2015 · 2 comments
Closed

value as a attributeBinding is not rendered as an attribute #10183

kiwiupover opened this issue Jan 10, 2015 · 2 comments
Assignees

Comments

@kiwiupover
Copy link
Contributor

In a component if value is used for the attributeBinding ember doesn't render attribute.

http://jsbin.com/sowegu/4/edit

Interestingly if you use valuE as an attributeBinding ember will render value as an attribute.

http://jsbin.com/sowegu/5/edit

@kiwiupover kiwiupover changed the title value as a attributeBinding is not rendered. value as a attributeBinding is not rendered as an attribute Jan 10, 2015
@rwjblue
Copy link
Member

rwjblue commented Jan 13, 2015

This is happening because Ember is special casing the attribute named value here. This whole code-path is being removed in #10186.

@kiwiupover
Copy link
Contributor Author

Thanks @rwjblue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants