angularjs-tagpicker

Dependencies

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}}