I am trying to submit the form on only successful validation. validation is working for required but not working for ng-minlength
form input is invalid but form is
Both ng-minlength & mg-maxlength works in AngularJS. I've tested this in AngularJS version 1.3. Make sure to use novalidate with to disable browser's native validation.
ng-minlength
mg-maxlength
novalidate