Disable Saved Position Feature

Quick: How can i disable all of the code that runs to remember your position within a state.

Details: When you go to a page you’ve been to before ionic jumps you to were you left off at. I would like to completely disable this feature from running. Not looking for a work around like $ionicScrollDelegate.scrollTop() but a way to disable the code from firing at all on view change.

Note: I am willing to comment out code if there is no attribute for this.