2017-05-30 5 views
0

Here i AngularJS Bootstrap und Botstrap i wana bin mit Angular Paginierung anzuzeigen Aber nichtwarum Angular Bootstrap nicht Paginierung Tasten angezeigt

MASTER.HTML

<script src="../../Script/angular.js"></script> 
<script src="../../Script/angular-route.js"></script> 
<script src="../../Script/angular-loader.js"></script> 
<script src="../../Script/ui-bootstrap-tpls-2.5.0.js"></script> 

Child.html anzuzeigen

<h5>Total page{{Employee.length}}</h5> 
<pagination total-items="Employee.length" ng-model="currentPage" items-per-page="pagesize"> 
</pagination> 
+0

https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination >> diese libray dirPagination hat mir geholfen, mein ziel zu erreichen. Hoffe das wird dir helfen. –

Antwort

0

enter image description here Bitte Dokumentprüfen

Paginierung Verwendung als Attribut, ist es nicht Element ist, aufgrund der Paginierung Richtlinie beschränken ist 'A' Beispiel:

<ul uib-pagination total-items="totalItems" ng-model="currentPage" ng-change="pageChanged()"></ul>