mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(demos/searchbar): fix naming
This commit is contained in:
@@ -99,7 +99,7 @@ export function getPageFor(hash) {
|
||||
'segment': inputs.SegmentPage,
|
||||
'select': inputs.SelectPage,
|
||||
'switch': inputs.SwitchPage,
|
||||
'search': inputs.SearchPage,
|
||||
'searchbar': inputs.SearchPage,
|
||||
|
||||
'inputs': labels.BasicPage,
|
||||
'fixed-inline-labels': labels.FixedInlinePage,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<ion-navbar *navbar hide-back-button class="android-attr">
|
||||
<ion-title>
|
||||
Search
|
||||
Searchbar
|
||||
</ion-title>
|
||||
</ion-navbar>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user