Skip to content
This repository was archived by the owner on Sep 20, 2020. It is now read-only.
This repository was archived by the owner on Sep 20, 2020. It is now read-only.

ignoreDsr option doesn't clean previous DSR record. #31

@albertein

Description

@albertein

Scenario:

main.product { deepStateRedirect: true }
main.product.child
main.sibling

User goes to main.product and then to main.product.child, the user now wants to go back to the parent state so he does it with a $state.go including the ignoreDsr flag, everything seems to work.

Then the user goes to main.sibling and afterwards he wants to go back to main.product. DSR sends him to main.product.child even when the last substate on that branch was main.product.

Seems that DSR is not popping the record when jumping back to the root state.

Metadata

Metadata

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions