我不知道如何在这里更改样式和默认文本。这是html:
<pagination total-items="totalItems" ng-model="currentPage" max-size="maxSize" class="pagination-sm" boundary-links="true" rotate="false" num-pages="numPages" items-per-page="itemsPerPage"></pagination>
这是JS:
$scope.totalItems = $scope.data.length;
$scope.totalItems = $scope.data.length;
$scope.currentPage = 4;
$scope.itemsPerPage = $scope.viewby;
$scope.maxSize = 5;