fix(forms): support both value and ng-value

This commit is contained in:
vsavkin
2016-04-06 14:28:44 -07:00
parent 9be04f8d38
commit 8db97b0b7a
3 changed files with 35 additions and 20 deletions

View File

@ -780,6 +780,7 @@ const COMMON = [
'NgSelectOption.constructor(_element:ElementRef, _renderer:Renderer, _select:SelectControlValueAccessor)',
'NgSelectOption.id:string',
'NgSelectOption.ngOnDestroy():any',
'NgSelectOption.ngValue=(value:any)',
'NgSelectOption.value=(value:any)',
'NgStyle',
'NgStyle.constructor(_differs:KeyValueDiffers, _ngEl:ElementRef, _renderer:Renderer)',