Tabs are coming on different positions in android and ios

i created a project using ionic tab example. but in ios the tabs are coming in bottom but in android tabs are coming in top.how the tabs can come in bottom in both the platforms

You set the config as described here: http://ionicframework.com/docs/nightly/api/provider/%24ionicConfigProvider/

And you can use this to set them to the bottom:

$ionicConfigProvider.tabs.position('bottom');