I'm trying to create an array in AngularJS and filter it by object name but use a function to filter the array but wanted to use multiple values in one object name. This is what i currently have which I'm going for which isn't currently working.
IDEAL solution:
{
name: 'company',
date: 201202,
medium: 'digital','web'
}
Thanks for any help.