一次性绑定在ng-bin-html中不起作用

时间:2019-02-09 16:09:10

标签: javascript html angularjs

这是我的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>

0 个答案:

没有答案
相关问题