How can i go back to 2 or 3 page back in history (like 3 page back from current page) and clear top page from current view which are not used

How can i go back to 2 or 3 page back in history (like 3 page back from current page)

It also should maintain the stack as normal way and back button should be working as normal way to go to previous of stack page.

any body give me list of stack or variable name which should i change to goback 2-3 page back.

i used $window.history.go(-3); pushing new page into the stack but not working correctly.

Have you had much luck in resolve the above?

This is now available in nightlies: https://github.com/driftyco/ionic/commit/63a0834d63eb87b86238fccde4bf4e77f3540085

Big thanks to @adam for this!