angular-bootstrap-show-errors icon indicating copy to clipboard operation
angular-bootstrap-show-errors copied to clipboard

Multiple forms on one page

Open artuska opened this issue 8 years ago • 0 comments

I have a Settings page with two subsections: General Settings and Password Change — two separate <form> tags with the Submit button each. When I press Submit button on any of this form I do $scope.$broadcast('show-errors-check-validity'); to check all fields in this form... but other form is also showing errors. So, how to validate fields only for one form, not for all forms on a page?

artuska avatar Sep 21 '16 11:09 artuska