I've found OnsenUI for develop with Cordova and I'm testing their components
http://onsenui.io/guide/components.html
I stop in ons-search-input
<ons-navigator title="Search Input">
<ons-search-input
ng-model="searchText"
placeholder="Search">
</ons-search-input>
</ons-navigator>
But I don't know how it works, for example, within a list (ons-list), is there any example??
Thanks