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
When iterating over a template with #each that has a directly nested #if statement, lists are not automatically updated in the DOM:
<ul> {{#each list}} {{#if visible}} <li>{{name}}</li> {{/if}} {{/each}} </ul>
Fiddle: http://jsfiddle.net/DWd5c/
This might be related to #677.
The text was updated successfully, but these errors were encountered:
Actually it doesn't work for any directly nested block statement.
Sorry, something went wrong.
What do you mean by: "lists are not automatically updated in the DOM:"
Isn't the Fiddle clear?
Adding test for #750
1132353
4e0270f
No branches or pull requests
When iterating over a template with #each that has a directly nested #if statement, lists are not automatically updated in the DOM:
Fiddle: http://jsfiddle.net/DWd5c/
This might be related to #677.
The text was updated successfully, but these errors were encountered: