Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listview angular integration: ng-model does not support filtering #264

Closed
dioslaska opened this issue Dec 4, 2014 · 1 comment
Closed
Assignees
Labels

Comments

@dioslaska
Copy link
Contributor

The following is not supported, if filter is specified:

<ul mobiscroll-listview="{ theme: 'ios' }" ng-model="data | filter"> 

Proposed solution:

<ul mobiscroll-listview="{ theme: 'ios' }" mobiscroll-data="data | filter"> 

The ng-model directive currently makes no sense in the case of the listview, as it does not have a value.

@dioslaska
Copy link
Contributor Author

Added in 2.14.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants