ngList (directive in module ng )

Improve this doc

Description

Text input that converts between comma-separated string into an array of strings.

Usage

as attribute
<input ng-list="{string}">
   ...
</input>
as class
<input class="ng-list: {string};">
   ...
</input>

Parameters

Example

Source







Demo