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
navigation using a keyboard breaks with url-less states due to the uiSref directive removing an empty href. That makes the anchor not tabbable without tabindex, and also remove the ability to navigate to the state with the Enter button as it's no longer considered a link.
Was it intended to be like that? Is there a workaround?