Angular pagination not updating when bound list changes due to filtering on an input text box

前端 未结 3 1318
时光说笑
时光说笑 2021-02-06 10:34

Here\'s the scenario:

I am using an ASP.NET MVC site with Angular JS and Boostrap UI. I have a dynamic ul list populated by data fed through a controller call to Angular

3条回答
  •  日久生厌
    2021-02-06 11:02

    The version shared on jsfiddle is compatible with ui-bootstrap 0.5.0 but from 0.6.0 onwards there have been breaking changes.

    Here is a version that uses the following libraries:

    • angular 1.2.11
    • angular-ui-bootstrap 0.10.0
    • bootstrap 3.1.0

    Here is a plunker for the same:

    Angular UI Bootstrap Pagination

提交回复
热议问题