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 Oct 2, 2019. It is now read-only.
I have an AngularJS app with multiple routes. On one of the pages, I'm using Angular-UI-Select.
Clicking on the cross button to remove an option in the multi-select box of Angular-UI-Select redirects to the home of the app, instead of removing the option.
I think the reason for this issue could be that the URL already has a # at the app home, and the cross button is also linking to # causing the browser to redirect to the home. I have manually changed href="#" to href for the cross button in the ui-select's template, which has fixed the issue.
Is there a workaround for this without needing the change that I made? Otherwise, I could submit my pull request if you would like.
I have also created a question for this on Stack Overflow.