How can I navigate between pages without mantain state?

I’m saving some data using cordovaSqlLite, and going to list items page after this.
But on redirect, the controller isn’t reload…
In this way the variable that has items retrieved from database isn’t reload too :frowning:

Search the forum or read the ionic doc about view caching and $ionicVew events.