You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2021. It is now read-only.
ngTagsInput is great but has one major deficiency, or rather, requires one major improvement. Which is to take a simple array instead of requiring the array (or worse, changing the array) to be an array of objects.
ngTagsInput is great but has one major deficiency, or rather, requires one major improvement. Which is to take a simple array instead of requiring the array (or worse, changing the array) to be an array of objects.
https://github.com/monterail/angular-tagger for example takes a simple array instead of requiring an object array.