angular-tagger icon indicating copy to clipboard operation
angular-tagger copied to clipboard

Pure Angular autocomplete with tags, no jQuery

Results 4 angular-tagger issues
Sort by recently updated
recently updated
newest added

4th option in image is the result of hitting enter/return with no other input. ![image](https://cloud.githubusercontent.com/assets/223074/15086240/63650a52-13ad-11e6-83dd-028ebcf77d64.png)

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