Skip to content

How to make this plugin work with angularjs search/filter ? #13

Description

@MilesYM

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions