Here is the code I have:
这是我的代码:
<td ng-repeat="header in vm.headers">
<span ng-if="header.key !='location'">
{{ row[header.key] }}
</span>
<span ng-if = "header.key =='location'">
{{ row[header.key].siteName }}
</span>
</td>
<td ng-rep