mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix(search-bar): error with inputs
This commit is contained in:
@ -18,8 +18,7 @@ import {ConfigComponent} from '../../config/decorators';
|
|||||||
selector: 'ion-search-bar',
|
selector: 'ion-search-bar',
|
||||||
inputs: [
|
inputs: [
|
||||||
'list',
|
'list',
|
||||||
'query',
|
'model: ngModel'
|
||||||
'model' : 'ngModel'
|
|
||||||
],
|
],
|
||||||
defaultInputs: {
|
defaultInputs: {
|
||||||
'showCancel': false,
|
'showCancel': false,
|
||||||
|
Reference in New Issue
Block a user