Fix typo error

This commit is contained in:
mauriziovitale84 2017-06-21 10:45:24 +01:00 committed by Eugenio Romano
parent 58340384fc
commit e01fa61638

View File

@ -109,6 +109,7 @@ export class FormFieldModel extends FormWidgetModel {
this._readOnly = readOnly; this._readOnly = readOnly;
this.updateForm(); this.updateForm();
this._readOnly = readOnly; this._readOnly = readOnly;
this.updateForm();
} }
get isValid(): boolean { get isValid(): boolean {