To change the current URL without creating a new browser history record you can call: $location.path('/someNewPath'); $location.replace(); // or you can ...
確定! 回上一頁