Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Do not force a reload when navigating out of the app base #12719

Open
@jirihelmich

Description

@jirihelmich

This fix 9e492c3 in fact introduced a breaking change.

I have an application, where on top of angular modals are opened with usage of browser history API. Now, the page gets reloaded because of the bugfix, which does more than necessary.

There was a suitable workaround that I enclosed in the original issue, which did not break anything. #4776

It would be great if it was at least possible to disable the reload in configuration. Btw. magically reloading the page without logging any info anywhere for the developer is a bit unfair. He just finds his page being reloaded with no good reason.

Moreover, workarounds we already had does not work anymore, since the new code does not use $location.$$parse.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions