This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
filter Filter will convert null and undefined to strings #11432
Closed
Description
filterFilter will convert null and undefined to strings and use that to filter
This makes the default comparator unusable with arrays that have fields with null or undefined values.
This seems to be a regression - it works as expected in <=1.3.5
Here is plnkr
http://plnkr.co/edit/P67JlZv83ea8J5ZFw9Ce?p=preview