ngTagsInput
ngTagsInput copied to clipboard
adding draggable feature to this project
I added the ability to drag/drop and reorder labels. Just add dragtag=true to the
Enjoy!
Coverage decreased (-8.8%) to 90.975% when pulling f8e78bb5f75f94e0836a762d885c11ced3acb084 on landonsilla:master into 87d0e6b695fd53d21f73357a1d3377ab569a78d0 on mbenford:master.
seems like onTagDragged was not chained onto events.
Added this and it worked
events.on('tag-dragged', scope.onTagDragged).on('tag-added', scope.onTagAdded)