VadimDez / ngx-order-pipe

▼ Angular 5+ orderBy pipe
https://vadimdez.github.io/ngx-order-pipe/
MIT License
243 stars 57 forks source link

Ordering by multiple expressions is broken #61

Closed rebound-software closed 6 years ago

rebound-software commented 6 years ago

In the example: https://stackblitz.com/edit/ngx-order-pipe

Using an expression of ['info.name', 'info.age'] doesn't seem to order by name, then age as expected.

rebound-software commented 6 years ago

Updated to 2.0.1 and seems to be working for me now. I'm guessing the example at https://stackblitz.com/edit/ngx-order-pipe hasn't been updated yet?