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
During my work on making angular app SEO friendly and replacing '#' with html5mode, I've noticed that ui-router cuts base href's last letter resulting in unusable application. For example when we set
<basehref="/application">
hyperlinks <a ui-sref="someState" results in http://domain/applicatio/someState instead of http://domain/application/someState. It eats 'n'. Generaly it eats last letter no matter what we have in href.