From b824883ade984150c6038af94f557d4c9f97444f Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 12 Oct 2015 15:03:39 -0400 Subject: [PATCH] fix(search-bar): error with inputs --- ionic/components/search-bar/search-bar.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ionic/components/search-bar/search-bar.ts b/ionic/components/search-bar/search-bar.ts index 05cae96396..35b4f80451 100644 --- a/ionic/components/search-bar/search-bar.ts +++ b/ionic/components/search-bar/search-bar.ts @@ -18,8 +18,7 @@ import {ConfigComponent} from '../../config/decorators'; selector: 'ion-search-bar', inputs: [ 'list', - 'query', - 'model' : 'ngModel' + 'model: ngModel' ], defaultInputs: { 'showCancel': false,