Closed shermax closed 7 years ago
This is happening for me too. We upgraded from v1.2.5 to v2.2.0.
Attribute works: <ul uib-pagination>
Element does not work: <uib-pagination>
This was a breaking change listed in the changelog for 2.0.0 and documented usage in the docs.
@wesleycho They should add this to the docs. (Migration docs) @connectmobile
Attribute works:<ul uib-pagination>
Element does not work: <uib-pagination>
WOW!! this is so helpful!!
uib-pagination not working with ui-bootstrap-tpls-2.2.0.js.
If I test with ui-bootstrap-tpls-0.14.3.min.js it is working fine.
Tested using html:
<uib-pagination boundary-links="true" total-items="pagination.total" ng-model="pagination.currentPage" ng-change="loadList()" max-size="7" rotate="false" previous-text="‹" next-text="›" first-text="«" last-text="»"></uib-pagination>