Filter for array of arrays in AngularJS
Problem: We want to build a tag filtering system and be able to filter ou results by objects containing one of the specified tag or all the tags. Let’s say you have some objects, for example Cocktails which looks like … Continued