1
0
mirror of https://github.com/bitwarden/web synced 2025-12-13 14:53:25 +00:00

show errors on payment form page

This commit is contained in:
Kyle Spearrin
2017-04-11 12:27:03 -04:00
parent 5f028ea65f
commit 1d93d5c687
2 changed files with 20 additions and 16 deletions

View File

@@ -30,6 +30,7 @@ angular
form.$loading = false;
validationService.addErrors(form, reason);
scope.$broadcast('show-errors-check-validity');
$('html, body').animate({ scrollTop: 0 }, 200);
});
}
});