angularjs-tagpicker
Dependencies
angularjs 1.0.8
that's it
Basic usage (no autocomplete function)
tags: {{tags}}
With autocomplete function that directly returns array
tags: {{comment.tags}}
With autocomplete function that returns a promise to return an array
tags: {{moreTags}}
With laggy autocomplete function that returns a promise to return an array
tags: {{anotherComment.tags}}