I\'ve read several articles and StackOverflow questions relating to the setting of focus in AngularJs.
Unfortunately all the examples that I have read assume that th
You can use pure jQuery to select the first invalid input:
$('input.ng-invalid').first().focus();