I\'m a fish in AngularJS and I have this scenario.
submit
If you are looking a handle of submitted state of form: In function ng-click just add vm.formName.$setSubmitted();
ng-click="vm.formName.$setSubmitted(); vm.submit()"