You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
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).
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?
The text was updated successfully, but these errors were encountered:
As discussed in other issues about tables you should be careful when using tables, because the browser will insert a <tbody> tag anyway. As discussed in #248 and #268 (which are targeted for v0.14.x) there also some issues with the items option support.
Take a look at "my fork of your pen" (that sounds weird isn't it?).
Hope this works for you.
Thank you.
You've also made the designer happy, as he doesn't have to redo divs to behave like a table (he said it is possible, but a real PITA).
Much appreciated.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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?
The text was updated successfully, but these errors were encountered: