Skip to content

fikipollo/angular-tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular tags input

An easy to use AngularJS directive that creates a simple input for managing tags in your forms.

This service requires Twitter Bootstrap for the styles (tested with 3.3.5) and AngularJS (tested with 1.5.5).

Usage

<tag-field
	editable=true
	name="mytags2"
	ng-model="mytags2"
	class="tag-danger"
	options="[{'key':1, 'value':'Madrid'},{'key':2, 'value':'Barcelona'},{'key':3, 'value':'Valencia'}]"
	popular="[{'key':1, 'value':'Madrid'},{'key':2, 'value':'Barcelona'}]" >
</tag-field>

A more complete example can be found at JSFiddle: https://jsfiddle.net/0rwc8oez/

Changelog

v0.1

  • First public version.

About

An easy to use AngularJS directive that creates an input for managing tags in your forms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published