Can OnsenUI do data binding like moustache or handlebars?
Can I pass json to infinite-list and repeat bind? or do I have to manually have to createObject and loop in JS code?
e.g.
<ons-list>
<ons-lazy-repeat id=“infinite-list”>{{ Catalogue Name }}</ons-lazy-repeat>
</ons-list>