I have encountered an issue with pagination on the Plnkr I created. You can check out the problem here: http://plnkr.co/edit/YQAUCg5vjcgS1BEGB4nY?p=preview. Essentially, I have a large number of pages and I have set the attribute force-ellipses = true
to display ellipses instead of showing 200 pages. However, this solution does not seem to be working as expected. I am using Angular Bootstrap 2.3.1 and I suspect that might be causing the problem. Unfortunately, I am unable to switch to a different version. Is there a way to resolve this issue?
<pagination
num-pages="noOfPages"
current-page="currentPage"
max-size="maxSize"
boundary-link-numbers="true"
rotate="true"
force-ellipses="true">
</pagination>