angular-tagger
angular-tagger copied to clipboard
Pure Angular autocomplete with tags, no jQuery
4th option in image is the result of hitting enter/return with no other input. 
I'm use this tool in own project, but I have a lot of options. So, a need use a set of options from database. Then I add this changes for...
I found these issues comes because you add `directive`s : `ngKeydown`, `ngKeyup`, ... into `` by hand. The issues are: run callback functions twice for `keydown`, `keyup`, ... events Those...