I am doing searching on a page using angularjs and client side pagination .The problem is searching is implemented on particular page but not on full data.suppose there are 150 records and each page has 50 records ,the searching is done on that particlar page having only 50 records.i want data to be search on 150 records.Plz somebody help. here is my code
<tr ng-repeat="application in applications | filter:search | orderBy:orderByField:reverseSort">