@OguzGelal wrote:
I'm trying to navigate from the state
app.profile.id
with parameter{id: x}
to the stateapp.profile.id
with parameter{id: y}
. I do it by$state.go('app.profile.id', {id: y}, {reload: true})
When Iconsole.log
the history stack, everything seems right (current view is state withy
and 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