Skip to content

ripplejs/each

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

each

Build Status

Allows iteration in templates.

Works with ripple <=0.4.0. The ripplejs/list plugin will handle lists in a better way for 0.5.0 onwards.

Installation

Install with component(1):

$ component install ripplejs/each

API

<div each="{{users}}">
  Index: {{$index}}
  <img src="{{avatar}}" />
  {{name}}
</div>

License

MIT

About

Allows iteration in templates

Resources

Stars

Watchers

Forks

Packages

No packages published