mobi / goponents

Angular UI Components for utilization in the Tangoe Platform
http://tangoe.design
MIT License
7 stars 20 forks source link

[CHORE] GoHeaderBar hides when Navigation is cancelled #903

Open Saravanan-Tangoe opened 1 year ago

Saravanan-Tangoe commented 1 year ago

Describe the bug goHeaderBar is cancelled when routing is cancelled, we need to fix goHeaderBar being getting hidden on navigation cancel/failed/End on the same page.

To Reproduce Steps to reproduce the behavior:

  1. Use goHeaderBar on a page were you want to cancel or end the navigation after navigation is started.
  2. when navigation cancels > goHeaderBar hides.

Expected behavior

  1. goHeaderBar should not hide when naviagation is cancelled on the same page.