Angular ng-repeat

<tr ng-repeat="(key,item) in tableData">
    <td class="check hidden-xs">
        <input class="tr-checkbox" type="checkbox" value="<{item.id}>">
    </td>
    <td><{item.name}></td>
    <td data-value="<{key}>"></td>
</tr>

 

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注