Fix typo error

This commit is contained in:
mauriziovitale84
2017-06-21 10:45:24 +01:00
parent 7f4614cebf
commit f4be09717c
@@ -106,8 +106,8 @@ export class FormFieldModel extends FormWidgetModel {
} }
set readOnly(readOnly: boolean) { set readOnly(readOnly: boolean) {
this.updateForm();
this._readOnly = readOnly; this._readOnly = readOnly;
this.updateForm();
} }
get isValid(): boolean { get isValid(): boolean {