I have form created in symfony2, which at the end renders button to submit form. When I add ng-app=\"myApp\" everything works fine, but I can\'t submit form which i
ng-app=\"myApp\"
We need more informations, did you let browser validate form ? To remove :
{{ form(form, { 'attr': { novalidate, }, }) }}
Maybe errors popup are hidden (happen with various complexe form fields)
When you said "i can't submit", is the submit button unable ? Errors happen after sumbission ?