Filter Array Using Checkboxes with AngularJS
问题 I have the following code where i'm trying to filter on the players in the array by checking a checkbox for the pantsize of a player. I know i have the data array in a repeater, and then the filtering inputs in an element outside of the data array element (two different divs), could this be what's causing the disconnect? Because i notice when i add the checkbox to the repeater element i do get some form of feedback array when i click the checkbox. Binding a search input box was so easy to