diff --git a/src/ng/directive/ngEventDirs.js b/src/ng/directive/ngEventDirs.js index f63d3ca1e7bf..7289580e147c 100644 --- a/src/ng/directive/ngEventDirs.js +++ b/src/ng/directive/ngEventDirs.js @@ -298,8 +298,8 @@ forEach( * Enables binding angular expressions to onsubmit events. * * Additionally it prevents the default action (which for form means sending the request to the - * server and reloading the current page) **but only if the form does not contain an `action` - * attribute**. + * server and reloading the current page) **but only if the form does not contain `action` or `data-action` + * attributes**. * * @element form * @priority 0