我在这里使用ng-attr-data-index={{$index}}
:
<div class="entry__row" ng-repeat-n="entryRows" ng-attr-data-index={{$index}}>
...
</div>
现在,angular正确添加了data-index=0
(依此类推),但ng-attr-data-index={{$index}}
仍然存在,我从控制台收到此错误:
TypeError: t.removeAttribute is not a function
此外,这是ng-repeat-n:https://github.com/connorbode/angular-repeat-n