hi, I have a list of items in $scope. Each item has his idCategory.
I want to display a popover with various checkboxes (one checkbox for each category) and when I click in a category, automatically filters the $scope.items
Any idea??
Many thanks.