AngularJS ui-router: force reload -
I have to use an aggregate js app and uri router starting with index.html. Based on the trigger I want to reload the entire page. I tried: But this does not work, it does not reload my initial index.html. I can: But then I'm on my initial page, not on the current situation. With a set Current move is: $ state.go ($ state .current.name, $ state.params, {reload: true});
window.location.href = "index.html";
window.location.href the
index.html query string parameter that specifies the current location? If I do this, then how can I go to this place?
Comments
Post a Comment