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

[0.9.4] Nested dom-if templates show invalid content #1632

Closed
Sleeckx opened this issue May 27, 2015 · 1 comment · Fixed by #1635
Closed

[0.9.4] Nested dom-if templates show invalid content #1632

Sleeckx opened this issue May 27, 2015 · 1 comment · Fixed by #1635
Assignees
Labels

Comments

@Sleeckx
Copy link

Sleeckx commented May 27, 2015

Consider the following case: http://jsbin.com/biquxakiqi/1/edit?html,output

After clicking the steps one by one, you will see that WORLD is shown even though the value of the world property, used in the inner dom-if template, is still false.

Result (tested on Chrome):
image

Adding restamp to the inner dom-if template fixes the issue, as seen in this sample: http://jsbin.com/ducakepone/1/edit?html,output

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants