Angularjs Examples

AJS Examples


AngularJS ng-list Directive

The AngularJS ng-list directive is used to convert given text input between a delimited string and an array of strings. The default delimiter is a comma. But you can specify a custom delimiter as well.

Syntax

AngularJS ng-list Directive Example

See Live Example