@OguzGelal wrote:
I'm trying to navigate from the state
app.profile.idwith parameter{id: x}to the stateapp.profile.idwith parameter{id: y}. I do it by$state.go('app.profile.id', {id: y}, {reload: true})When Iconsole.logthe history stack, everything seems right (current view is state withyand back view is the state withx). The back button appears however the transition to the back view doesn't happen. When I hit the back button and manually refresh the data (I have pull down to refresh implemented), the data seems to be changed tox. Also, when I hit the back button one more time, this time nothing happens at all, thegoBack()completely breaks. I have cache enabled.
Posts: 1
Participants: 1