docs(demos): forms to inputs

This commit is contained in:
Drew Rygh
2015-10-28 13:11:29 -05:00
parent 9cf8999a05
commit a2946fa795
2 changed files with 3 additions and 3 deletions

View File

@ -214,8 +214,8 @@ body.md ion-card .advanced-weather-tabs tab-bar {
}
ion-card .advanced-weather-tabs tab-bar a {
height: 100%;
border-top: 2px solid transparent;
border-bottom: none !important;
border-top: 2px solid transparent !important;
border-bottom: 0px !important;
}
ion-card .advanced-weather-tabs tab-bar a icon.tab-button-icon {
color: #fff;

View File

@ -123,7 +123,7 @@ export function getPageFor(hash) {
'card-advanced-weather': CardsAdvancedWeatherPage,
'forms': FormsPage,
'inputs': FormsPage,
'fixed-inline-labels': FixedInlinePage,
'floating-labels': FloatingPage,
'inline-labels': InlinePage,