Use list formatter if you wish to convert the user entered string to an array.
<input type="text" name="bindExpression" ng:format="list">
var userInputString = angular.formatter.list.format(modelValue); var modelValue = angular.formatter.list.parse(userInputString);
{Array}
– Array parsed from the entered string.