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
There are occasions when ui-sref will not work as intended as when bound to the click event. A common example is when a navigation menu that will hide when the blur event is triggered. Blur is triggered before click so a ui-sref link will do nothing. The work around is to execute $state.go on mousedown. Other times, I want to highlight on a single click and go to a state on doubleclick.
Could there be an option to override the default binding where mousedown and dblClick are possible triggers for ui-sref?
The text was updated successfully, but these errors were encountered:
Currently I am working on this feature for legacy version in gcca@c355119 @christopherthielen, are you consider this feature to UI-Router for Angular 2?
There are occasions when
ui-sref
will not work as intended as when bound to the click event. A common example is when a navigation menu that will hide when the blur event is triggered. Blur is triggered before click so aui-sref
link will do nothing. The work around is to execute$state.go
on mousedown. Other times, I want to highlight on a single click and go to a state on doubleclick.Could there be an option to override the default binding where mousedown and dblClick are possible triggers for
ui-sref
?The text was updated successfully, but these errors were encountered: