Tabs-top on windows phone

Hey, I’m having this issue with Windows Phone where my tabs directive is being put on the top of the page, instead of the bottom. The class tabs-top is being added by ionic, not by me.

Is this the right behaviour? If yes, how can I put it at the bottom of the page?

hi ,
please read this

http://ionicframework.com/docs/api/provider/$ionicConfigProvider/

and use

tabs.position(value)

Awesome resource, Thanks! I’m sorry I didn’t found that earlier :slight_smile:

which file you put this code ?