This repository was archived by the owner on May 29, 2019. It is now read-only.

Description
My application is broken after i upgrade to 0.12.0 from 0.11.0. The issue is, If i close the tab, the state(ui-router) changes to the default state. It is hard to explain the problem, so i created the simple plunker @
http://plnkr.co/edit/Yigj4VR10zTAMG9DQo6C?p=preview
If you close any of the tab in the settings page then you are taken to the home page. I expect to stay on the settings page with the first tab being selected after closing the tab.
If you comment the 0.12.0 version in the plunker and un comment 0.11.0 version, then the application works as expected.
I think the issue is to do with the fix for the following bug -
#2763 (or)
/issues/2290.
There is no error message printed on the console so it is hard to identify the issue.