ngTagEditor: the lightest tag editor!

A new lightweight tag input, built for AngularJS.

Download Github

Demo

Press space or enter to add a custom tag (a not suggested tag), otherwise just click it.

Quick start

Add the following component, and you're ready to go!

<tag-editor></tag-editor>

See basic usage ยป

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