This commit is contained in:
Adam Bradley
2015-12-22 21:45:28 -06:00
parent f409d6add7
commit 98e4336c16
13 changed files with 534 additions and 96 deletions

View File

@ -11,6 +11,9 @@ Config.setModeConfig('ios', {
actionSheetCancelIcon: '',
actionSheetDestructiveIcon: '',
alertEnter: 'alert-pop-in',
alertLeave: 'alert-pop-out',
backButtonText: 'Back',
backButtonIcon: 'ion-ios-arrow-back',
@ -24,9 +27,6 @@ Config.setModeConfig('ios', {
pageTransition: 'ios-transition',
pageTransitionDelay: 16,
popupEnter: 'popup-pop-in',
popupLeave: 'popup-pop-out',
tabbarPlacement: 'bottom',
});
@ -40,6 +40,9 @@ Config.setModeConfig('md', {
actionSheetCancelIcon: 'ion-md-close',
actionSheetDestructiveIcon: 'ion-md-trash',
alertEnter: 'alert-md-pop-in',
alertLeave: 'alert-md-pop-out',
backButtonText: '',
backButtonIcon: 'ion-md-arrow-back',
@ -53,9 +56,6 @@ Config.setModeConfig('md', {
pageTransition: 'md-transition',
pageTransitionDelay: 120,
popupEnter: 'popup-md-pop-in',
popupLeave: 'popup-md-pop-out',
tabbarHighlight: true,
tabbarPlacement: 'top',