ngTagsInput
ngTagsInput copied to clipboard
How to handle tags pasted from clipboard
Hi, Just wondering if we can paste a list of comma separated tags from clipboard and the directive can automatically parse them and create multiple tags. Currently the whole text is getting converted to a single tag.

http://mbenford.github.io/ngTagsInput/documentation/api
set addOnPaste to true, default splitting char is comma