Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

Data binding a javascript object



  • 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>