<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 关注
- 1099 浏览
添加回答
举报
0/150
提交
取消