I know how to do one off validations in angular. What I am looking to do is to display a warning at the top of the page if any errors exist in the below forms that were trying to submit. How do I accomplish this?
Is there a form.$errors? For if any error occurs on the page?
So can I do something like this?
<div id="errorInfoHeader" ng-show="formName.$errors">