Have a set of objects in an array (items array) that have property
item_id:
[{item_id:1,...},{item_id:2,...}...]
Have another array with a set of
item_ids:
[2, 8, 10]
How do I use the $filter of angularjs to get array of objects from items array where item_id matches those in item_ids array.