From 0d15c3cbef0f97989a9c8f7ef080b9459ac42bac Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 14 Dec 2015 20:25:44 -0600 Subject: [PATCH] fix(tabs): fix tabbar-placement=top Closes #746 --- ionic/components/tabs/tabs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/tabs/tabs.scss b/ionic/components/tabs/tabs.scss index 2da72784a4..0d1e342923 100644 --- a/ionic/components/tabs/tabs.scss +++ b/ionic/components/tabs/tabs.scss @@ -43,7 +43,7 @@ ion-tabbar-section { order: $flex-order-tabbar-bottom; } -[tabbarPlacement=top] ion-tabbar-section { +[tabbar-placement=top] ion-tabbar-section { order: $flex-order-tabbar-top; }