mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-15 00:31:41 +02:00
feat(config): Upgrade angular-bootstrap 0.13 to 1.0
Many issues arise when using angular-bootstrap 0.13. Migration to 1.0 is straightforward, offers a more stable interface, extra directives and fixes many bugs. Migration guide: https://github.com/angular-ui/bootstrap/wiki/Migration-guide-for-prefixes Fixes #1142 Fixes #1131
This commit is contained in:
@@ -17,5 +17,5 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<pagination boundary-links="true" max-size="8" items-per-page="itemsPerPage" total-items="filterLength" ng-model="currentPage" ng-change="pageChanged()"></pagination>
|
||||
<uib-pagination boundary-links="true" max-size="8" items-per-page="itemsPerPage" total-items="filterLength" ng-model="currentPage" ng-change="pageChanged()"></uib-pagination>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user