Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0
-
None
Description
It would be nice to allow expansions inside ordinary elements, without the bother of creating a component, i.e.
<tr class="${rowClass}"> ... </tr>
Today, this can be accomplished as:
<tr t:id="row" class="prop:rowClass"> ... </tr>