$state.go() navigate to a new view rather than go to my original view?

I am using below code to go back to my original map view but if I exec it, it actually create new view and navigate me to that view with back button to go back to the previous page…

How would I let it go to the only view like singleton?

$state.go(“tab.map”);