How to not clear cache view when clicking back button

Hi,

I have a structure like this codepen: http://codepen.io/ionic/pen/odqCz?editors=101

If i click on a scientific facts it goes to a child view fact, but when i click the back button on the header it clears that fact page from the cached views. Can I avoid this behavior and cache the child views as well?

thanks

Have you looked at http://ionicframework.com/docs/api/provider/$ionicConfigProvider/#views.forwardCache

I knew the answer was on the documentation! :slight_smile: even if I have tried to look for it!

Thanks!