How to filter ng-repeat value on clicking of checkbox field in angularjs?
问题 Hi, all I want to filter ng-repeat value on clicking of check box field. My Plunker. On clicking of Role block checkbox it's should filter only the roles value of block elements. And On clicking of My role check box it's should filter only the request_role value of Change agent data's or elements My Html:- <div ng-repeat="question in users | filter: searchtable | filter: myrole"> <small> <table border="0"> <tbody> <th>{{question.displayName}}</th> <th style="background: yellow;">,{{question