Problem with tab bar its shows in top

problem with tab bar its shows in top

iOS or Android ?

By default, if it’s a Android device the tab bar is on top

Try this:

app.config(function($ionicConfigProvider){
   $ionicConfigProvider.tabs.position('bottom');
})

thanks buddy…