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

Item keeps disabled when the "dnd-disabled-if" condition changes #424

Open atomaz opened 7 years ago

atomaz commented 7 years ago

I have a list where some items has sequence and the rest don't. The condition to be disabled is has no sequence. But when I set a sequence to an item, this item keeps disabled.