刪除條目的任何想法,爲什麼既不:
$location.url(redirectURL,true);
〜或者〜
$location.path(redirectURL).replace(true);
不更換導航歷史的項目? 還是我不明白替換應該做什麼?
謝謝。
刪除條目的任何想法,爲什麼既不:
$location.url(redirectURL,true);
〜或者〜
$location.path(redirectURL).replace(true);
不更換導航歷史的項目? 還是我不明白替換應該做什麼?
謝謝。
這是怎麼做的,是導航到新的網址,在瀏覽器中沒有記錄當前頁面歷史(即沒有回到當前的URL)。 –
'replace()'方法不帶任何參數。 https://github.com/angular/angular.js/blob/master/src/ng/location.js#L431-L435 – Francisc
任何提示都會很棒。 :) – Francisc