I\'m trying to build app based on REST api ang AngularJS. I\'ve been following this tutorial http://npmasters.com/2012/11/25/Symfony2-Rest-FOSRestBundle.html but have to cha
If you want the validator to ignore additional fields you should try passing 'allow_extra_fields' => true as an option to the FormBuilder.
'allow_extra_fields' => true