After reading through this discussion, I have found that in order to resolve an issue, I need to utilize a newer version of ui-bootstrap-tpls.js
. However, the downside is that this disables the functionality of bootstrap pagination
, which only works with an older version of ui-bootstrap-tpls.js
.
For instance, pagination functions correctly with
https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.11.0/ui-bootstrap-tpls.js
, whereas it fails to work with https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/2.5.0/ui-bootstrap-tpls.js
(example here).
Any suggestions on how to proceed are greatly appreciated.