how to access form data in servlet using angular js
问题 I am new to angular js. please help me with the below issue I have a form with a controller loginController . I have two text boxes user.email and user.password . I want to post the data to servlet onclick of the Log in button. I have written the following code, but when i click Log in , the data is not getting posted on to the server. Also there is no error message. Below is my JSP file ` <html ng-app="practiceApp"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859