I\'m using a fairly simple implementation of Angular Bootstrap UI\'s pagination directive, yet I keep getting an error I cannot figure out. Here\'s the relevant snippets:
The ability to use ng-model was introduced in ui-bootstrap-tpls-0.11.0.js, as explained in the changelog:
Both
paginationandpagerare now integrated withngModelController.
*pageis replaced withng-model
*on-select-pageis removed sinceng-changecan now be used
Before:
After:
Since you are using ui-bootstrap-tpls-0.10.0.min.js, you need to use the old syntax - with page instead of ng-model: