-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Attributes without value disappear #10169
Comments
I submitted a failing test to HTMLBars for this yesterday. There is a plan of attack, but needs someone to pick it up. |
This should be fixed on master and in beta (both are using v0.8.1 of htmlbars). |
I'm still seeing issues with this. I'm on ember-cli 0.1.5 with ember 1.10.beta.4 with ember-cli-htmlbars 0.6.0. |
@wagenet - Yours is not the same as the originally reported issue. This issue is with plain HTML in a template A screenshot from the original JSBin (demonstrating that this is working properly now): |
@rwjblue you're right. My mistake. |
With ember-canary
is rendered as:
1.9.1 renders the element correctly
JSBin: http://emberjs.jsbin.com/diveni/1/edit?html,output
The text was updated successfully, but these errors were encountered: