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
{{ message }}
This repository was archived by the owner on Jan 2, 2021. It is now read-only.
$('.pagination').jqPagination({
paged: function(pageNum) {
console.log('inside Pagination paged');
if (numPageTriggers >= 2)
$scope.goToPage(pageNum);
numPageTriggers++;
}
});
is triggered on set max_page. We have worked around this, but generally 'paged' shouldn't be called on set MAX_PAGE. Thoughts?