A new lightweight tag input, built for AngularJS.
Press space or enter to add a custom tag (a not suggested tag), otherwise just click it.
Add the following component, and you're ready to go!
<tag-editor></tag-editor>
Output:
{{tags | getRow:'name'}}
It will a hidden input like the following in your form:
<input type="hidden" name="tags" value="{{tags | getRow:'name'}}"/>
Tags log:
{{tags}}