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
Then, I go to https://localhost:3000/addin/test, clicking on one leads me to https://localhost:3000/addin/test#%2Faddin%2Fhome, whereas I would want to go to https://localhost:3000/addin/home.
If I don't have office.js and history.js, clicking on one does lead me to https://localhost:3000/addin/home.
Does anyone know how to go to https://localhost:3000/addin/home while keeping office.js and history.js?
Cheers
The text was updated successfully, but these errors were encountered:
Hello,
In a mean-stack web application, I use
html5mode
and have the following code inindex.html
:I have defined the following angular-ui-router:
Then, I go to
https://localhost:3000/addin/test
, clicking onone
leads me tohttps://localhost:3000/addin/test#%2Faddin%2Fhome
, whereas I would want to go tohttps://localhost:3000/addin/home
.If I don't have
office.js
andhistory.js
, clicking onone
does lead me tohttps://localhost:3000/addin/home
.Does anyone know how to go to
https://localhost:3000/addin/home
while keepingoffice.js
andhistory.js
?Cheers
The text was updated successfully, but these errors were encountered: