-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add support for Haml attribute methods #98
Comments
Bump +1 |
Aww. Crap. I just read that the dude passed away. This project is going to die if someone doesn't pick it up. |
@buzzijavier are you saying that @netzpirat passed away? Where did you read that? |
See #97 |
Also, I'm not maintaining since because I havn't used it since my first PR, but if any of you guys want to work on this, I'll always be here to merge etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to HAML attribute method
I'm currently running into a case where I want to do something like this but it isn't supported by haml-coffee:
%button{data: @model.dataAttributes()}
or
%button{@attributes()}
@netzpirat mentioned this in #57 but I didn't see an issue tracking it.
The text was updated successfully, but these errors were encountered: