We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ca753 commit b496c72Copy full SHA for b496c72
src/ng/directive/form.js
@@ -465,8 +465,8 @@ var formDirectiveFactory = function(isNgForm) {
465
// IE 9 is not affected because it doesn't fire a submit event and try to do a full
466
// page reload if the form was destroyed by submission of the form via a click handler
467
// on a button in the form. Looks like an IE9 specific bug.
468
- //
469
- // Checking event.preventDefault and calling event.returnValue were removed.
+ //
+ // Checking event.preventDefault and calling event.returnValue were removed.
470
var handleFormSubmission = function(event) {
471
scope.$apply(function() {
472
controller.$commitViewValue();
0 commit comments