ripplejs-each
v0.4.1
Published
Iterate through an array and render views
Downloads
28
Maintainers
Readme
each
Allows iteration in templates
Installation
Install with component(1):
$ component install ripplejs/each
API
<div each="{{users}}">
Index: {{$index}}
<img src="{{avatar}}" />
{{name}}
</div>
License
MIT