AngularJS How to Submit Form
This tutorial tackles on how to submit form in Angular JS using the directive ngSubmit. Unlike ngClick that triggers on button click, ngSubmit is triggered on user's "Enter" keypress on any form field and if the form is valid if you set validation. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.