From 13e146b3e50ca91425c815a453fb65710788af24 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Sun, 4 Oct 2015 16:05:47 -0500 Subject: [PATCH] fix tab tabs --- ionic/components/tabs/tab.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ionic/components/tabs/tab.ts b/ionic/components/tabs/tab.ts index cf07a0afeb..fdd935e1be 100644 --- a/ionic/components/tabs/tab.ts +++ b/ionic/components/tabs/tab.ts @@ -19,9 +19,9 @@ import {Tabs} from './tabs'; * import {GettingStartedPage} from 'getting-started'; * @App({ * template: ` - * - * - * ` + * + * + * ` * }) * class MyApp { * constructor(){