fix(tabs): disable tab preloading by default

This commit is contained in:
Adam Bradley
2015-11-17 09:21:51 -06:00
parent 61c68587a4
commit 49a17539e2

View File

@@ -66,7 +66,7 @@ import {Icon} from '../icon/icon';
'tabbarPlacement': 'bottom',
'tabbarIcons': 'top',
'tabbarStyle': 'default',
'preloadTabs': true
'preloadTabs': false
},
template:
'<ion-navbar-section>' +