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"/>