chore(components): ngmodule updates

This commit is contained in:
Adam Bradley
2016-09-13 17:07:33 -05:00
parent 16df3a4aab
commit 52ada1ca6d
50 changed files with 927 additions and 790 deletions

View File

@ -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