fix(forms): update value and validity when controls are added

Closes #8826
This commit is contained in:
Kara Erickson
2016-06-08 14:06:20 -07:00
parent 29c2dcff61
commit 50acb96130
4 changed files with 44 additions and 7 deletions

View File

@ -771,6 +771,7 @@ const COMMON = [
'ControlGroup.controls:{[key:string]:AbstractControl}',
'ControlGroup.exclude(controlName:string):void',
'ControlGroup.include(controlName:string):void',
'ControlGroup.registerControl(name:string, control:AbstractControl):void',
'ControlGroup.removeControl(name:string):void',
'ControlValueAccessor',
'ControlValueAccessor.registerOnChange(fn:any):void',