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

