mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
add search-bar back to IONIC_DIRECTIVES
This commit is contained in:
@@ -10,7 +10,6 @@ import {IonicComponent} from '../../config/decorators';
|
||||
*/
|
||||
@IonicComponent({
|
||||
selector: 'ion-search-bar',
|
||||
appInjector: [NgControl],
|
||||
properties: [
|
||||
'list',
|
||||
'query'
|
||||
|
||||
@@ -77,6 +77,7 @@ export const IONIC_DIRECTIVES = [
|
||||
Icon,
|
||||
|
||||
// Forms
|
||||
SearchBar,
|
||||
Segment,
|
||||
SegmentButton,
|
||||
SegmentControlValueAccessor,
|
||||
|
||||
Reference in New Issue
Block a user