kendo-labs / angular-kendo

A project to create a robust set of Angular.js bindings for Kendo UI widgets
474 stars 209 forks source link

Angularjs filter does not work with observable array #375

Open YonatanKra opened 10 years ago

YonatanKra commented 10 years ago

Hi, In my script I'm using angular's powerful filtering and after moving to use ObservableArrays (after reading your blog post regarding angular-kendo best practices), I found out none of my arrays was filtered. I managed to duplicate this here: http://plnkr.co/edit/nHvyGwh9tHOIcpUrVl0q?p=preview This is the angular filter example from the angular docs. The only change is that now I'm using an ObservableArray instead of the regular array.

TheAdail commented 9 years ago

I'm still having the same issue. Any fix or workaround?