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
Example: http://ember-twiddle.com/098c793577e88f993e1d
Given a foo-bar helper, you aren't able to call it without parameters inside of an attribute:
foo-bar
<a href={{foo-bar}}>look at my href</a>
Quick workaround is to specify a parameter that won't be used:
<a href={{foo-bar helper=true}}>look at my href</a>
The text was updated successfully, but these errors were encountered:
fixes emberjs/ember.js#12506
6847e00
This should be fixed now as of glimmerjs/glimmer-vm#148 (Glimmer only). Anyone mind writing a test to verify it?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Example: http://ember-twiddle.com/098c793577e88f993e1d
Given a
foo-bar
helper, you aren't able to call it without parameters inside of an attribute:Quick workaround is to specify a parameter that won't be used:
The text was updated successfully, but these errors were encountered: