From 21d4cef543dfce35ef4be365f04aa6e8db6c12ec Mon Sep 17 00:00:00 2001 From: Dominique Rau Date: Thu, 25 Feb 2016 23:52:22 +0100 Subject: [PATCH] (search-bar) Hide cancle button for android Hide cancle button for android as well... Added `hideCancelButton` to example. This helps a lot for guys coming from ng1 as I tried snake-case way too long. --- ionic/components/searchbar/searchbar.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ionic/components/searchbar/searchbar.ts b/ionic/components/searchbar/searchbar.ts index fd201d895b..f5277fafd1 100644 --- a/ionic/components/searchbar/searchbar.ts +++ b/ionic/components/searchbar/searchbar.ts @@ -39,7 +39,7 @@ export class SearchbarInput { * * @usage * ```html - * + * * ``` * * @demo /docs/v2/demos/searchbar/ @@ -49,7 +49,7 @@ export class SearchbarInput { selector: 'ion-searchbar', template: '
' + - '' + '
' +