We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d3b56 commit 8742511Copy full SHA for 8742511
src/state/stateQueueManager.ts
@@ -83,7 +83,7 @@ export class StateQueueManager {
83
84
$urlRouterProvider.when(state.url, ['$match', '$stateParams', function ($match, $stateParams) {
85
if ($state.$current.navigable !== state || !equalForKeys($match, $stateParams)) {
86
- $state.transitionTo(state, $match, { inherit: true });
+ $state.transitionTo(state, $match, { inherit: true, location: false });
87
}
88
}]);
89
0 commit comments