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.