angular-tags
angular-tags copied to clipboard
Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap
Hi, i'm trying to get angular-tags working. i'm using version 0.2.10 using bower, is that the latest version truly? in a node-webkit project, i am receiving the error mentioned in...
When adding a new tag, the text I type shows twice. I inspected the DOM in Chrome and noticed that two ``s where present. I believe this issue may be...
I used the tags directive in a form. When the user entered a new tag and directly clicked on the save/submit button without hitting enter or a separator (,) the...
I would like to see a feature added where the component will create a key on the data model if it doesn't already exist: I am using this with a...
Hi What is this minLength attr in here? Is it something related to number of tags one can add? I tried and got the following error "TypeError: Cannot set property...
1. Last marked release is 0.2.10. Bower download not last version. 2. `dist` folder contains js files named with postfix(`*-`). That mean that I cant update library just using `bower...
This has been neglected for awhile. I'll be taking over maintaining the repo as we decided not to proceed with this at Decipher.
Hi, is there any way to prevent adding duplicate values to the tag list? i know the event _decipher.tags.addfailed_ but this seems to add the tag anyways. what am I...
This problem is also visible on the demo page. You cannot tab to the control to add/remove elements