We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
ng-model
The text was updated successfully, but these errors were encountered:
Added in 2.14.3
Sorry, something went wrong.
andrasz
No branches or pull requests
The following is not supported, if filter is specified:
Proposed solution:
The
ng-model
directive currently makes no sense in the case of the listview, as it does not have a value.The text was updated successfully, but these errors were encountered: