Skip to content
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

Element modifiers don't work with multiple lines #335

Open
jakesjews opened this issue Oct 23, 2019 · 1 comment
Open

Element modifiers don't work with multiple lines #335

jakesjews opened this issue Oct 23, 2019 · 1 comment

Comments

@jakesjews
Copy link

div.some-class{{did-insert this.onInsert}}

works but

div.some-class [
  {{did-insert this.onInsert}}
]

does not.

As an alternative I tried

div{{did-insert this.onInsert}} [
  class="some-class"
]

but that did't work either.

@VasylMarchuk
Copy link

I also tried

div.some-class [
  (did-insert this.onInsert)
]

but that didn't work either

12finger added a commit to 12finger/ember-cli-emblem that referenced this issue Sep 19, 2020
12finger added a commit to 12finger/ember-cli-emblem that referenced this issue Sep 19, 2020
12finger added a commit to 12finger/ember-cli-emblem that referenced this issue Sep 19, 2020
12finger added a commit to 12finger/ember-cli-emblem that referenced this issue Sep 20, 2020
12finger added a commit to 12finger/emblem.js that referenced this issue Sep 20, 2020
12finger added a commit to 12finger/ember-cli-emblem that referenced this issue Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants