为了账号安全,请及时绑定邮箱和手机立即绑定

如何获取ng-template中的元素

如何获取ng-template中的元素

car 2020-06-03 15:56:08
<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 关注
  • 1018 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信