From 49a17539e232bfebd4b73917d3b9d06f64de73f1 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 17 Nov 2015 09:21:51 -0600 Subject: [PATCH] fix(tabs): disable tab preloading by default --- ionic/components/tabs/tabs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/tabs/tabs.ts b/ionic/components/tabs/tabs.ts index 257fc4cc20..4ed725583b 100644 --- a/ionic/components/tabs/tabs.ts +++ b/ionic/components/tabs/tabs.ts @@ -66,7 +66,7 @@ import {Icon} from '../icon/icon'; 'tabbarPlacement': 'bottom', 'tabbarIcons': 'top', 'tabbarStyle': 'default', - 'preloadTabs': true + 'preloadTabs': false }, template: '' +