angular-form-builder
angular-form-builder copied to clipboard
Form state lost after DOM change
Hi.
When hiding the form (for instance by ng-if) and then showing the form again, all user input values are lost.
In my case, I need to let the user review their input before submitting the form, and if they need to go back and change anything, all values are lost.