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

Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap

Results 23 angular-tags issues
Sort by recently updated
recently updated
newest added
trafficstars

# Achtung! I don't have much time to work on this project and I no longer use it for anything. I'd _love_ it if I could work with somebody to...

I was catching decipher.tags.keyup . But even after typing into the input box I was getting the model value as undefined.

so that only one tag at a time can be added (no duplicates!)

i'm including angular-bootstrap in my application and then when i install and include angular-tags, it installs and includes its own bootstrap-tpls.js file which overwrites mine and causes everything to break....

I tried to call a function in a handler for the added event that acts upon the entire array of items in the bound model, but the item isn't actually...

investigate

I think it's broken in Angular v1.3.0-beta.16. It worked for me before with an older 1.2 angular but now I type in an item, the list pops up, I select...

bug

Your bower file have these dependencies. "dependencies": { "angular-ui-bootstrap-bower": "~0.6.0", "angular": "1.2.0-rc.2", "font-awesome": "~3.2.1", "bootstrap-css": "~3.0.0" } I have already installed less version of bootstrap and I don't want download...

chore

``` baz = [ {value: 'baz', name: 'derp', id:22, age:23, job:'js developer'}, {value: 'baz', name: 'herp', id:23, age:24, job:'angular developer'}, ] ``` I have a lot of properties in each...

Awesome job guys. You are benefiting a lot of people professionally including me. I am not sure if you have time to maintain angular-tags but it does not support the...

chore

I would be great if you removed the version numbering from the js files in the 'dist' folder, It would make it easier to add them to our buildscript, as...