You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2020. It is now read-only.
The initial transition to the sticky state works well, but when you transition away and then come back to the sticky state, the view reloads and the controller re-runs (thus losing any changes made on that scope/view). This issue only happens when $stateParams contains a javascript object.
Click the Go back to app.survey on the property details page
Notice that the controller is reloaded
This issue is realted to #239. but you fixed that scenario. I'm not sure what I'm doing differently to be reproducing this issue. I'm using the latest ui-router legacy and ui-router-extras
The initial transition to the sticky state works well, but when you transition away and then come back to the sticky state, the view reloads and the controller re-runs (thus losing any changes made on that scope/view). This issue only happens when $stateParams contains a javascript object.
See my plunk here: http://plnkr.co/edit/b9zpVyApL6tx2pe8XoZz?p=preview
(Initial state is
app.survey)Property Details PagetabGo back to app.surveyon the property details pageThis issue is realted to #239. but you fixed that scenario. I'm not sure what I'm doing differently to be reproducing this issue. I'm using the latest
ui-router legacyandui-router-extrasThanks for help.