feat(forms): changed all form directives to have basic control attributes

This commit is contained in:
vsavkin
2015-07-07 15:53:16 -07:00
parent 4656c6f5cf
commit 3f7ebde037
10 changed files with 139 additions and 10 deletions

View File

@ -15,6 +15,7 @@
export {AbstractControl, Control, ControlGroup, ControlArray} from './src/forms/model';
export {AbstractControlDirective} from './src/forms/directives/abstract_control_directive';
export {NgControlName} from './src/forms/directives/ng_control_name';
export {NgFormControl} from './src/forms/directives/ng_form_control';
export {NgModel} from './src/forms/directives/ng_model';