fix list view rendering text

This commit is contained in:
Xuan Sang LE 2018-03-12 23:59:14 +01:00
parent bb0a20b2ad
commit f1616d0240

View File

@ -6,7 +6,7 @@
<afx-label class = {item.class} color = {item.color} iconclass = {item.iconclass} icon = {item.icon} text = {item.text}></afx-label>
<i if = {item.closable} class = "closable" click = {parent._remove}></i>
<ul if = {item.complex} class = "complex-content">
<li each = {ctn,j in item.detail} class = {ctn.class}>{ctn.text}</li>
<li each = {ctn,j in item.detail} class = {ctn.class}>{ctn.text.toString()}</li>
</ul>
</li>
</ul>