You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have recently implemented dirPagination into my project. I'm attempting to iterate over a JSON Object which work's to a point.
On initial page load the Pagination works great. However if I navigate away from the page but then return the pagination breaks with an error of:
pagination directive: the itemsPerPage id argument (id: __default) does not match a registered pagination-id.
Error: instances[instanceId] is undefined
I currently implement it as per the documentation with:
The data still gets loaded however the pagination buttons do nothing except error into the console. It also breaks filtering, though I think this is just a knock on effect. If I replace dir-paginate with ng-repeat it works when navigating between pages but obviously without the pagination ability.
I'm using Angular v1.5.1 and dirPagination v0.11.0
The text was updated successfully, but these errors were encountered:
Hi, I have recently implemented dirPagination into my project. I'm attempting to iterate over a JSON Object which work's to a point.
On initial page load the Pagination works great. However if I navigate away from the page but then return the pagination breaks with an error of:
I currently implement it as per the documentation with:
The data still gets loaded however the pagination buttons do nothing except error into the console. It also breaks filtering, though I think this is just a knock on effect. If I replace dir-paginate with ng-repeat it works when navigating between pages but obviously without the pagination ability.
I'm using Angular v1.5.1 and dirPagination v0.11.0
The text was updated successfully, but these errors were encountered: