When I use AngularJS with a symfony form, with constraint validation. Then if I submit my form with invalid data, the system redirect me to the form with error messages, but all the inputs are empty, so the user can't see the invalid values that he entered.
Apparently, this error is caused by AngularJS because he initiate the models.
What can I do to solve this problem?
ng-init="prenom = '{{ form.prenom.vars.value }}'"