mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(components): ngmodule updates
This commit is contained in:
@ -13,9 +13,9 @@ import { isPresent, isTrueProperty } from '../../util/util';
|
||||
selector: 'ion-option'
|
||||
})
|
||||
export class Option {
|
||||
private _selected: any = false;
|
||||
private _disabled: any = false;
|
||||
private _value: any;
|
||||
_selected: any = false;
|
||||
_disabled: any = false;
|
||||
_value: any;
|
||||
|
||||
/**
|
||||
* @input {any} Event to evaluate when option is selected
|
||||
|
Reference in New Issue
Block a user