ngList
ng
Text input that converts between a delimited string and an array of strings. The delimiter can be a fixed string (by default a comma) or a regular expression.
<input ng-list="{string}"> ... </input>
Param | Type | Details |
---|---|---|
ngList (optional) | string | optional delimiter that should be used to split the value. If
specified in form |