This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Pagination directive, IE11 issue with prev/next buttons #6262
Open
Description
Bug description:
After click on disabled previous/next button application redirects user to home page.
Steps to reproduce via plunker below
- Open home page in IE11 (Internet Explorer 11)
- Click on "Pagination" link
- Observe that previous button is disabled
- Click on previous button
Actual result:
Home page is opened.
Expected result:
Nothing should happen.
Link to minimally-working plunker that reproduces the issue:
http://plnkr.co/edit/1QBjhagSpwAb5dvFtm6S?p=preview
Version of Angular, UIBS, and Bootstrap
Angular: 1.4.7
UIBS: 2.1.4
Bootstrap: 3.3.3
Recommendation for fixes
As I see, issue occurred because "href" is provided. This is empty attribute and in results it can be removed without any regression.