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

Can't use angular filter with ListView #43

Closed
NCC1701M opened this issue Jun 29, 2015 · 2 comments
Closed

Can't use angular filter with ListView #43

NCC1701M opened this issue Jun 29, 2015 · 2 comments

Comments

@NCC1701M
Copy link

It should be possible to use the filter functionallity with the listview for example

<input class="win-textbox" type="text" ng-model="search" />
<win-list-view item-data-source="items | orderBy:'name' | filter:search">
   <win-item-template>
      <div>
         <div>{{item.data.name}}</div>
         <div>{{item.data.description}}</div>
      </div>
   </win-item-template>
   <win-list-layout></win-list-layout>
</win-list-view>
@NCC1701M
Copy link
Author

NCC1701M commented Jul 7, 2015

And it would be cool if you could add an group filter mechanism

@jdalton jdalton assigned jayrenn and unassigned AmazingJaze Jul 7, 2015
@jayrenn
Copy link

jayrenn commented Jul 7, 2015

Thanks for the request, @NCC1701M! I've added this feature to our internal tracking.

@jayrenn jayrenn closed this as completed Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants