Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

BUG? Set MAX_PAGE triggers 'paged'. #42

@momoadeli

Description

@momoadeli

$('.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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions