Are your views within nav-views? As for the documentation:
Removes all cached views within every ionNavView. This both removes the view element from the DOM, and destroy it’s scope.
You could try the $ionicHistory.clearHistory()
which
Clears out the app’s entire history, except for the current view.