Open cecilpeng opened 8 years ago
I'm experiencing the same issue. Funny thing is I don't have that most of the time. Thinking of storing all the variables attached to the sticky scope into sessionStorage or something like that before it goes inactive. Hope it gets fixed soon.
Experiencing the same issue.
I modified in line 103 in ct-ui-router-extras.sticky.js
return paramsMatch ? "reactivate" : "reload";
to
return "reactivate"
and works as expected. No issues as yet.
I simplify the plunker of #265 blow. http://plnkr.co/edit/tQlbI7cD39B5EjWhs9u9?p=preview
I think the problem is that paramsEqualForState ignores inherit options. Thus, it makes the summary screen reload, not reactivate.