diff --git a/src/ng/browser.js b/src/ng/browser.js index 8bd6b424bff8..232f879efcd0 100644 --- a/src/ng/browser.js +++ b/src/ng/browser.js @@ -190,9 +190,7 @@ function Browser(window, document, $log, $sniffer) { // Do the assignment again so that those two variables are referentially identical. lastHistoryState = cachedState; } else { - if (!sameBase) { - reloadLocation = url; - } + reloadLocation = url; if (replace) { location.replace(url); } else if (!sameBase) {