I would like to process the inputs of a form individually. If I press enter after typing, and the ng-submit
expression is executed, how can I get passed the responsible input field to the submit callback to determine which input to process?
Is it possible without a hack and without splitting the form in several mini forms?