showhtm.html
376 Bytes
<div style="width:100%; min-height:50px; float:left">
<table ng-style="{'background-color':item.content.bg_color,'border-width': item.content.border_width+'px'}" class="ng-scope" style="width: 100%">
<tbody class="showlayouttboay" id="showlayouttboay{{item.content.no}}" ng-bind-html="item.content.layout_htm|to_trusted">
</tbody>
</table>
</div>