I know angular do not send empty fields in form POST but i want exactly 
opposite of that. If a field is exist in form html then that field must be 
posted doesn't matter if its blank or have some data so that I can get that 
field in my function .

 

     <input type="hidden" class="form-control" 
ng-model="formData.field_name]" ng-trim="false"/> 


-- 
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.

Reply via email to