Update pagination in AngularJS after filtering

前端 未结 4 1456
情深已故
情深已故 2021-01-30 10:51

I already have the pagination implemented. Now I want the pagination to be updated after filtering my results.

The form:



        
4条回答
  •  生来不讨喜
    2021-01-30 11:37

    Use $timeout instead of window.setTimeOut. $timeout is wrapped properly to work consistently in Angular.

提交回复
热议问题