diff --git a/modules/angular2/src/core/forms/directives/ng_form_control.ts b/modules/angular2/src/core/forms/directives/ng_form_control.ts index 02d7925fef..9a44a36a58 100644 --- a/modules/angular2/src/core/forms/directives/ng_form_control.ts +++ b/modules/angular2/src/core/forms/directives/ng_form_control.ts @@ -84,6 +84,7 @@ export class NgFormControl extends NgControl implements OnChanges { } if (isPropertyUpdated(c, this.viewModel)) { this.form.updateValue(this.model); + this.viewModel = this.model; } }