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
Just wondering if this is expected behavior. When I render a containerless liquid-if
liquid-if
{{#liquid-if isShowing containerless=true class='hello-world'}}
I'm having trouble getting any transitions to match, using either hasClass or childOf.
hasClass
childOf
inHelper('liquid-if') does work.
inHelper('liquid-if')
The text was updated successfully, but these errors were encountered:
I think they do match, but on a surprising element.
containerless=true is an unfortunate hack that I intend to fix with breaking changes when we integrate ember-animated into liquid-fire.
containerless=true
Sorry, something went wrong.
No branches or pull requests
Just wondering if this is expected behavior. When I render a containerless
liquid-if
I'm having trouble getting any transitions to match, using either
hasClass
orchildOf
.inHelper('liquid-if')
does work.The text was updated successfully, but these errors were encountered: