Form Validation in AngularJS with ngMessages
In the previous article, we have seen Angular Form Validation using HTML5 attributes, Form State Properties and Angular directives such as ng-minlength, ng-maxlength. As we could see this approach is simpler and easy but not efficient/flexible in case of multiple messages for a single field. With the HTML5/form properties/directives approach, each error message is showed explicitly only if that error… Read More »