Ui-sref-opts reload doesn't seem to reload the controller

I can’t get the ui-sref to reload the controller on click from the left menu. Try it out in the codepen where I’ve added the reload flags to the checkin controller and menu link - you’ll see that it will still have the old form values when you navigate away and back to the checkin form

1 Like

I’m experiencing the same problem. Did you manage to fix this?

It does seem to work when calling $state.go 'app.page', { reload: true } programmatically.

1 Like

Not working here either. I am trying to use it on ion-tab but no luck.