Angularjs Examples

AJS Examples


AngularJS ng-minlength Directive

The AngularJS ng-minlength directive is used to add the minlength validator to ngModel. It can be used with text-based input controls, but can also be applied to custom text-based controls.

Syntax

AngularJS ng-minlength Directive Example

See Live Example