ngList
(directive in module ng
)
Text input that converts between comma-separated string into an array of strings.
<input ng-list="{string}"> ... </input>as class
<input class="ng-list: {string};"> ... </input>
ngList(optional) – {string=} –
optional delimiter that should be used to split the value. If
specified in form /something/
then the value will be converted into a regular expression.