ngList (directive in module ng )

Description

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

Usage

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

Parameters

Example

Demo Source Code







Demo Source Code