fix(search-bar): error with inputs

This commit is contained in:
Brandy Carney
2015-10-12 15:03:39 -04:00
parent 3917c38e27
commit b824883ade

View File

@ -18,8 +18,7 @@ import {ConfigComponent} from '../../config/decorators';
selector: 'ion-search-bar',
inputs: [
'list',
'query',
'model' : 'ngModel'
'model: ngModel'
],
defaultInputs: {
'showCancel': false,