R
R
Rrooom2014-09-30 10:56:59
JavaScript
Rrooom, 2014-09-30 10:56:59

How to find out why the form submit does not work?

There is a page. Separate things in Angular, a lot of jquery plugins. Added a simple get-form. And she doesn't go. Not at all. No submission. It has been experimentally established that the form starts working if there is an error in the angular files or if it is cut out altogether.

How to find the problem?
I look in the firebug - it states that "There are no event handlers attached directly to this element."

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
maxaon, 2014-10-16
@Rrooom

Angular will automatically add its handlers. If you want to disable this, add a non-empty action attribute to the form.

T
TekVanDo, 2014-09-30
@TekVanDo

angular by default handles all form submit events inside its body. Submit form using angular

I
Ilya, 2014-10-01
@hrhr99

It was similar. The submit must have the value value="true".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question