I have a simple form with a few radio buttons for True: or False: options, all works fine, the backend validation for them are bool: so true, false, 0 or 1 to pass validation, very straight forward.
I use FireBug and modify the ng-value and value params to 456 for both, select the input I modified, submit, but it still sends the initial value that it was before I modified it. Is this a built in security feature to prevent form tampering? Is there a way to modify the values to test this out? Thanks Dave -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
