I have text area box in that i will type emails with comma separated then ng List directive split those emails into array now i want to add new line separation also for example when i type emails separated with comma or new line then those emails need to store in arrays.
My code here
<textarea rows="4" cols="50" ng-model="names" ng-list></textarea>