Ionic login sliding templates problem

Hello there Ionic forums! I’m developing an app and have run into a strange issue regarding logging in and out.

Take this updated example from adam. In the codepen, press “sign in”, “about”, “sign-out” and repeat. The templates will begin to slide in from left or right in a weird fashion after a while. I don’t know if this is intentional, but it is having a negative impact on the app I’m developing. In my app, a Chartist diagram disappears when this happens. Any way to remove this behaviour?

There’s a lot going on in the DOM when the slide transition takes place so if you need any specific info I’ll post it.

Hope you can help! :smile:

EDIT: Solved by using
$ionicHistory.clearCache();
$ionicHistory.clearHistory();
in the logout function.

//Donut