I have a form which need to show validation error messages if clicked submit.
Here is a working plunker
I also had the same issue, I solved the problem by adding a ng-submit which sets the variable submitted to true.
invalid email address required email required name Save
I like the idea of using $submitted, I think I've to upgrade Angular to 1.3 ;)