-
Notifications
You must be signed in to change notification settings - Fork 110
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
Attribute with no value is being stripped from output #82
Comments
I had to add a placeholder to my directive and remove it after compilation using gulp. |
It's been over 2 years, and this is STILL not fixed? Is the project totally dead? |
Duplicate of #63 , one of these issues should be closed. This is fixed in deskfed@e5e12e8 . We could write some tests for it though. If you want to use it, can use deskfed's 0.4.4 branch or mine master . |
Also, in case you need attributes without any value at whole (for exemple in Vue.js your can add it to your project with |
To preface this issue, it's an AngularJS template, which is why I have the attribute with no value.
Given the following HAML...
...or given this...
...outputs...
I want the output to be:
Is this a bug or am I missing some option that I need to pass when I render?
The text was updated successfully, but these errors were encountered: