mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Holding off on platform tweaks just yet
This commit is contained in:
8
js/angular/service/platform.js
vendored
8
js/angular/service/platform.js
vendored
@@ -28,12 +28,12 @@ IonicModule
|
||||
},
|
||||
'android': {
|
||||
'$ionicNavBarConfig': {
|
||||
transition: 'no-animation',
|
||||
alignTitle: 'left',
|
||||
backButtonIcon: 'ion-android-arrow-back'
|
||||
transition: 'nav-title-slide-ios7',
|
||||
alignTitle: 'center',
|
||||
backButtonIcon: 'ion-ios7-arrow-back'
|
||||
},
|
||||
'$ionicNavViewConfig': {
|
||||
transition: 'fade-implode'
|
||||
transition: 'slide-left-right-ios7'
|
||||
},
|
||||
'$ionicTabsConfig': {
|
||||
type: 'tabs-striped',
|
||||
|
||||
Reference in New Issue
Block a user