Nathan Mickler

Results 3 comments of Nathan Mickler

Here is a simple plunkr demonstrating the problem. The same data set is pulled in two times (on top: not working, and on bottom: working) http://plnkr.co/edit/t7YNiM

I may have accidentally updated that plunkr since then with other attempts to get this working...I intended to create a new plunkr with updates. If you find out another way...

I figured out a solution by editing dirPagination.js (see: http://plnkr.co/edit/KOzZGt) If I modify line #236 as follows, then it works to dynamically inject the content. **var paginationId = scope.paginationId ||...