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

Dynamic scope properties are not evaluated in hbs files #371

Closed
chriseppstein opened this issue Dec 16, 2019 · 0 comments
Closed

Dynamic scope properties are not evaluated in hbs files #371

chriseppstein opened this issue Dec 16, 2019 · 0 comments
Assignees

Comments

@chriseppstein
Copy link
Contributor

The following expression is not appended to the class attribute during rewrite.

<div grid:scope={{eq this.width "fixed"}}>

The compiled template has [7,\"div\",true],[10,\"class\",\"\"] -- the scope attribute is completely ignored if it is dynamic (the class is present when static).

@chriseppstein chriseppstein self-assigned this Dec 16, 2019
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

No branches or pull requests

1 participant