ngRepeat with DL / DD / DT #1891
Description
Is there any timeframe on when (and how?) ngRepeat is going to handle Definition Lists?
In case you are not familiar with the problem: Currently ngRepeat works with single elements. For most HTML, this works fine.. however for definition lists such as <dl>
, this does not work. Why? Because definition lists uses multiple elements to define a single list item.
Now, there are multiple ways around this, but reading here suggests that Angular is going to use comments to support repeating elements.
Any idea on when this feature is going to be implemented? Or if there is a somewhat stable branch that can be merged in to address this? The existing solutions currently are very hacky, against standards, and prone to breaking code in IE/etc.
Thoughts?
edit: By "stable branch that can be merged", i meant a branch that i could fork to run on my site and address this issue until the code is officially merged in. My apologies for the poor wording :)