我正在使用dirPagination对表中的数据进行分页。第一次我看不到任何数据。我也没有看到任何错误。
查看我的实际代码:plunker
[Plunker][1]http://plnkr.co/edit/3rZoKhnIEnqjUOJNT0iI?p=preview发布于 2016-05-14 04:00:00
您需要设置$scope.currentPage = 1;
Fixed plunker
https://stackoverflow.com/questions/37218265
复制相似问题