ngList (directive)
Improve this Doc View Source ngList
- directive in module ng
Text input that converts between a delimited string and an array of strings. The default delimiter is a comma followed by a space - equivalent to ng-list=", "
. You can specify a custom delimiter as the value of the ngList
attribute - for