-
Notifications
You must be signed in to change notification settings - Fork 32
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 ember-component-attributes
addon
#207
Labels
enhancement
New feature or request
Comments
Eww. This one looks yucky @Turbo87 |
this one is from https://github.com/mmun/ember-component-attributes btw and I'm starting to wonder if it's really worth it to support it vs. listing it as a caveat in the README |
@Turbo87 I'm working on a fix. Does this transform look correct? I will continue for all other invocations soon. Before: {{#link-to "categories" (html-attributes id="main-bar" class="large" data-foo="123")}}
{{svg-jar "crate"}}
{{/link-to}}
After: <LinkTo @route="categories" id="main-bar" class="large" data-foo="123">
{{svg-jar "crate"}}
</LinkTo> |
LGTM |
Turbo87
changed the title
Add support for Dec 30, 2019
@model
drops helper argumentsember-component-attributes
addon
Turbo87
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Dec 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before:
After:
The text was updated successfully, but these errors were encountered: