From af872bc3f2ce3dab8567271a1fe05aefe9969c1b Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 24 Aug 2015 08:29:27 -0500 Subject: [PATCH] fix js error --- ionic/config/modes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/config/modes.ts b/ionic/config/modes.ts index dd1d64d0c4..b2401b46c7 100644 --- a/ionic/config/modes.ts +++ b/ionic/config/modes.ts @@ -45,7 +45,7 @@ IonicConfig.modeConfig('md', { navTitleAlign: 'left', tabBarPlacement: 'top', - viewTransition: 'md' + viewTransition: 'md', type: 'overlay', mdRipple: true,