I’m trying to do the following:
`
<label class="item item-input">
<i class="icon ion-search placeholder-icon"></i>
<input type="text" placeholder="Search" ng-model="query">
</label>
<ion-alpha-scroll ng-model="users | filter: query" key="name" subheader="true">
<h3>{{item.name}}</h3>
<p>{{item.ticket}}</p>
</ion-alpha-scroll>
`
But this is not working. Any idea?
Thanks!
I’m trying to do the following:
`
`
But this is not working. Any idea?
Thanks!