Answer the question
In order to leave comments, you need to log in
Where can I find an example of submitting a form in angularjs?
Where can I see examples of submitting a form in Angular?
The problem is serializing the form without using jquery and accessing the DOM element.
Answer the question
In order to leave comments, you need to log in
For the serialization of data transmitted through the $http service, it also provides the ability to set your own request handlers . In it, you can change the headers and body of any request.
Usually, developers don’t bother and send the request body to the server in json, but if for some reason you need to send regular POST data, then I recommend node-querystring . Luckily, it works in the browser too.
And what exactly is the problem, use ngSubmit and work with the data in the controller.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question