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>
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 :