-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I propose we stop we misusing anchors (href="#" ng-click="$event.preventDefault") in the pagination component. If the pagination-on-page-change binding is used, we should instead use <button class="btn btn-link"> (assuming it's visually the same).
It would also be ideal if we were able to support real anchors (with href). I'm thinking we would need to create a new binding that allowed for some kind of template to be passed in for the href attribute.
Something like pagination-href-template="'/path/to/new/page?page={pageNumber}'".
Metadata
Metadata
Assignees
Labels
No labels