angular-lodash
angular-lodash copied to clipboard
_.filter doesn't behave as it should with object
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.