angular记录

1.引用文件<div ng-include="'/modules/smt-online-video/app/upload/upload.tpl.html'"></div>

<div class="clearfix"></div>
<div class="comments" neg-scroll scroll-height="250">
<table class="table table-striped table-bordered table-hover">
<thead>
<tr>
<td class="width-25">{{ 'onlineVideo.lbItems' | translate }}</td>
<td>{{ 'onlineVideo.lbDescription' | translate }}</td>
<td class="width-5"></td>
</tr>
</thead>
<tbody>
<tr ng-repeat="item in videoEntity.VideoItemList">
<td><a href="{{itemLink}}{{item.ItemCode}}" target="_blank">{{item.ItemCode}}</a></td>
<td>{{item.Descrip}}</td>
<td>
<div class="action-buttons">
<a class="red" ng-click="deleteVideoItem(item)">
<i class="icon-trash bigger-130"></i>
</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>

posted @ 2016-05-04 15:20  lvxin  阅读(68)  评论(0)    收藏  举报