I want to implement filtering in angularJs.I searched from googling but not found any ways in which i want.
when controller is load i get data from my web service call. Now i have 3 dropdowns like Status,Company,Area. Now , i want to do that if i select any status from dropdown the table data which is bind on load will filter based on that status and same as other two dropdowns.
So, how can i achieve this.