Hi,
Am using basic tabs template provided by ionic. Now I create one another ionic view and state in app.js. I want to switch to that newly create view from one of any tab am using $state.go("") , using this it switches to newly created view but am not getting back button (to jump to tabs again) in navigation bar. If am switching between two simple ionic view its giving me navigation back button in nav bar but not in the above case. please let me know if its having any solution?