fix(tabs): fix tabbar-placement=top

Closes #746
This commit is contained in:
Adam Bradley
2015-12-14 20:25:44 -06:00
parent b0d685ea85
commit 0d15c3cbef

View File

@ -43,7 +43,7 @@ ion-tabbar-section {
order: $flex-order-tabbar-bottom; order: $flex-order-tabbar-bottom;
} }
[tabbarPlacement=top] ion-tabbar-section { [tabbar-placement=top] ion-tabbar-section {
order: $flex-order-tabbar-top; order: $flex-order-tabbar-top;
} }