Created
November 6, 2015 17:41
-
-
Save leonardocouy/4ce862d9d0db96b57986 to your computer and use it in GitHub Desktop.
Change Android Tab Default to iOS Tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.config(function($ionicConfigProvider) { | |
$ionicConfigProvider.backButton.text('Go Back').icon('ion-chevron-left'); | |
$ionicConfigProvider.navBar.alignTitle("center"); | |
$ionicConfigProvider.tabs.position("bottom"); | |
$ionicConfigProvider.tabs.style("standard"); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment