这是我的html,bindonce在ng-bind-html中不起作用,我正在使用watchers chrome扩展名来查看我的页面上没有观察者,如果我添加 这个在线观看者的数量越来越多。
<table>
<tbody>
<tr ng-repeat="row in ::rows track by row.id" ng-init="rowIndex = $index">
<td ng-repeat="i in ::row.items track by $index">
<div class="content" ng-bind-html="::i" >
</div>
</td>
</tr>
</tbody>
</table>