angular-lodash icon indicating copy to clipboard operation
angular-lodash copied to clipboard

_.filter doesn't behave as it should with object

Open adjohu opened this issue 10 years ago • 0 comments

Hi,

Due to the fact _.filter proxies to angular's built in filter, using _.filter on an object doesn't work correctly.

I expect the second parameter to be the object key, but instead the object is converted to an array and the second param is the index.

adjohu avatar Nov 14 '14 16:11 adjohu