We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
action
1 parent 4953b49 commit b6ff8d7Copy full SHA for b6ff8d7
src/ng/directive/ngEventDirs.js
@@ -220,7 +220,8 @@ forEach(
220
* Enables binding angular expressions to onsubmit events.
221
*
222
* Additionally it prevents the default action (which for form means sending the request to the
223
- * server and reloading the current page).
+ * server and reloading the current page) **but only if the form does not contain an `action`
224
+ * attribute**.
225
226
* @element form
227
* @param {expression} ngSubmit {@link guide/expression Expression} to eval.
0 commit comments