It is almost universal UX design standard to put submit buttons in the header. And Angularjs has some great html5 client side validation tools. But Angular requires the submit button to be within the form in order to take advantage of these html5 validation tools. So if the button is up in the header, we loose these validation tools.
Is there a way to have the button in the header and use these nice client side validation tools?