
When building web applications using grid or list views, we often have the need to filter the data based on a selected option. With AngularJS this is a trivial task as we can use a filter to select the data, but it gets tricky when we need to provide the same functionality using multiple filter...