We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of doing:
{{ui-component class="ui-select--default"}}
we should be able to do
{{ui-component class=":component"}}
The text was updated successfully, but these errors were encountered:
Hmm, can you explain the use case?
Sorry, something went wrong.
There is an inconsistency when you use classes with 3rd party components. Take a look at
untitled-ui/addon/templates/components/ui-select--default.hbs
Line 2 in e69115c
Blocked by rewriters improvements; will have to look at recursing into mustache statements.
Closing in favor of #53, let's make sure this is covered by that work.
No branches or pull requests
Instead of doing:
we should be able to do
The text was updated successfully, but these errors were encountered: