You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
AngularJS happily instantiates a new FlowController when $location.hash( x ) is used.
Plus, a manual history.replaceState() with only the hash changing also triggers a route change, but for some reason apparently only if there are query parameters.
We should either not run didNavigate at all if neither place nor parameter has changed, or incorporate a fragment into the navigation events, so that there is a measurable change to the place.
The text was updated successfully, but these errors were encountered:
AngularJS happily instantiates a new FlowController when
$location.hash( x )
is used.Plus, a manual
history.replaceState()
with only the hash changing also triggers a route change, but for some reason apparently only if there are query parameters.We should either not run
didNavigate
at all if neither place nor parameter has changed, or incorporate afragment
into the navigation events, so that there is a measurable change to the place.The text was updated successfully, but these errors were encountered: