ngList
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>
Param | Type | Details |
---|---|---|
ngList (optional) | string | optional delimiter that should be used to split the value. If
specified in form |