winjs / angular-winjs

Project to smooth the AngularJS/WinJS interaction
Other
126 stars 46 forks source link

Can't use angular filter with ListView #43

Closed NCC1701M closed 9 years ago

NCC1701M commented 9 years ago

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 commented 9 years ago

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

jayrenn commented 9 years ago

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