ng-submit binds a form submission to an AngularJS expression or function in the controller.
ng-submit
<form ng-submit="submitForm()"> <!-- Form fields --> </form>