regenerate lock

This commit is contained in:
Eugenio Romano
2017-06-30 01:21:09 +01:00
parent 6abf87994c
commit ffbcd7aa48
26 changed files with 7427 additions and 17093 deletions

View File

@@ -106,7 +106,7 @@ export class FormDemoComponent implements OnInit, AfterViewInit {
id => {
this.formService.getFormDefinitionById(id).subscribe(
form => {
this.form = this.formService.parseForm((form);
this.form = this.formService.parseForm(form);
},
(error) => {
this.showError = true;