Skip to content

Setting clearHistor="false" in HTML file is actually setting clearHistory="true" #832

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
NickIliev opened this issue Jun 8, 2017 · 0 comments · Fixed by #834
Closed
Milestone

Comments

@NickIliev
Copy link

Test application demonstrating the issue can be found here

Steps to reproduce:

  • navigate to a page while using clearHistory="false" in the HTML
    e.g.
<!-- Setting clearHistory="false" via HTML is causing clearHistory to be TRUE -->
<Label [nsRouterLink]="['/item', item.id]" clearHistory="false" [text]="item.name"></Label>
  • return back using the hardware back button

Result: the app is exiting (if using the test application) instead of returning to the main page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants