Skip to content
Hai Phan edited this page Oct 15, 2015 · 5 revisions

Define a variable whose value is bound to an expression.

<div bind-repeater-i="#todos.length"
	bind-var-item="#todos[#i]"
	bind-var-status="#todos[#i].done ? 'completed' : 'active'">
	{{#item.text}} is {{#status}}
</div>
Clone this wiki locally