Im very new to Ionic but i already like it. I wanted to use the nav-bar
so i implemented the following index.html:
As mentioned in the above answer, you can simply use $ionicConfigProvider.navBar.alignTitle('center');
and override the centering behavior of all your view titles. OR, if you need to change the position of your view title on other views, then you can simply make use of center
HTML tag around the title. You can see the demo here Ionic Title