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
ModelPlugin should also allow for looping through a model's value.
Say we have a list of people with 1 to n ways of contacting them.
We should be able to do :
<div data-model="foreach"> <div>contacts: <ul data-model="foreach:contacts"> <li></li> </ul> </div> </div>
The text was updated successfully, but these errors were encountered:
bind should detect an array in the model and react accordingly
Sorry, something went wrong.
Hey @podefr in order to do that you should be able to listen changes on the contacts attributes right? I mean contacts should be a Store itself?
podefr
No branches or pull requests
ModelPlugin should also allow for looping through a model's value.
Say we have a list of people with 1 to n ways of contacting them.
We should be able to do :
The text was updated successfully, but these errors were encountered: