<script?type="text/ng-template"?id="myModalShowUserNames.html">
<div?class="modal-body">
<thead>?<tr>?<th?class="text-center"?style="width:100%;">用戶姓名</th>?</tr>?</thead>
<table?id="bootstrap-joinednames"?class="table?table-striped?table-bordered">
<tbody>
<tr?ng-repeat="x?in?loginNames">
<td?class="text-left">{{?x?}}</td>?</tr>
</tbody>
</table>
</div>
<div?class="modal-footer">?<button?class="btn?btn-warning"??ng-click="cancel()">取消</button>?</div>
</script>
想獲取姓名如何操作
- 0 回答
- 0 關注
- 1170 瀏覽
添加回答
舉報
0/150
提交
取消