marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

added functionality that dnd-type can be a number #468

Open jaheraho opened 6 years ago

jaheraho commented 6 years ago

yet dnd-allowed-types is able to take a array of strings or numbers but dnd-type on the subelement just takes a string. now its also possible to give a number which is useful in not few cases