This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Sortable in Table #287
Closed
Description
I've just forked http://codepen.io/janp/pen/AiyhD, which is working ok with divs.
I've changed the elements to be inside a table (had to do it, because the web designer wanted it... might be able to move things back to divs if I really shout a lot.... but until then).
The code seems to work, but it doesn't really - I believe the issue is with the angular comments not being left in - which is the heavy-lifting the directive does for us (I think).
http://codepen.io/janp/pen/jlaJc
Error scenario:
- Pick G1I3 and move it to Group 2. So far, looking good, but inspecting the G1I2 shows, the last angular ng-repeat comment is now missing.
- Click ADD ITEM button. Nothing happens.
Pressing ADD ITEM button works before moving the items.
Is using table with a normal ng-repeat supported, or is the scenario invalid from the start?
Anything I can do to fix the problem, so I can please the web designer?