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
When NOT using HTML5 mode ui-sref generates a href attribute without the #.
<a ui-sref='options.groups.tavern'></a>
generates this html
<a href="/options/groups/tavern"></a>
Then on click it redirects to the correct url (/#/options/groups/tavern) but it makes impossible to bookmark the link or open in another tab because in this case it follows the url without the #
The text was updated successfully, but these errors were encountered:
When NOT using HTML5 mode ui-sref generates a href attribute without the #.
<a ui-sref='options.groups.tavern'></a>
generates this html
<a href="/options/groups/tavern"></a>
Then on click it redirects to the correct url (/#/options/groups/tavern) but it makes impossible to bookmark the link or open in another tab because in this case it follows the url without the #
The text was updated successfully, but these errors were encountered: