I am trying to filter with few properties of a json output in Angular.js, here is my plunker link.
The actual problem is, if i am trying to filter by type 1, than it automatically color filter value is also get checked, i want both filters should be applied separately or combined.
I want this filter to be applied on a e-commerce site for selecting the brands, category, minimum and maximum price etc.
How should this filter function should be written in angular.