I’m very new to AngularJS and was playing with filters today. I was able to apply the filter filter to display only rows matching the criteria from the select menus. However, I was unable to add a “clear filter” function to the button. How can I reset the filter when the button is clicked?
In the following Plunker, you can see the code I was using in attempts achieve this:
Plunker – AngularJS Sample
You can use
ng-clickto bind click handler to clearqueryvariable within a scope.http://plnkr.co/edit/p1DnoV