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:
Joris Willems
2016-01-16 14:21:07 +01:00
parent 6658774569
commit 9cd4ceca46
8 changed files with 16 additions and 16 deletions

View File

@@ -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>