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
Rendering an block helper with bound attributes in the template/inverse result in an error when the template/inverse is removed.
Sample template snippet:
{{input type="checkbox" checked=checked}} {{#if checked}} <a href={{"http://google.com"}}>google.com</a> {{else}} <a href={{"http://yahoo.com"}}>yahoo.com</a> {{/if}}
Demo: http://emberjs.jsbin.com/rwjblue/430/edit?html,js,output
The text was updated successfully, but these errors were encountered:
tildeio/htmlbars#336 adds the required methods to HTMLBar's AttrMorph.
Sorry, something went wrong.
rwjblue
Successfully merging a pull request may close this issue.
Rendering an block helper with bound attributes in the template/inverse result in an error when the template/inverse is removed.
Sample template snippet:
Demo: http://emberjs.jsbin.com/rwjblue/430/edit?html,js,output
The text was updated successfully, but these errors were encountered: