mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
derp: comma
This commit is contained in:
@@ -53,7 +53,7 @@ export class SearchbarInput {
|
||||
@Component({
|
||||
selector: 'ion-searchbar',
|
||||
host: {
|
||||
'[class.searchbar-has-value]': 'value'
|
||||
'[class.searchbar-has-value]': 'value',
|
||||
'[class.searchbar-hide-cancel]': 'hideCancelButton'
|
||||
},
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user