AngularJS 使用 ng-repeat 为标签设置唯一ID

前端之家收集整理的这篇文章主要介绍了AngularJS 使用 ng-repeat 为标签设置唯一ID前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

AngularJS 使用 ng-repeat 为标签设置唯一ID:

<li data-ng-repeat="data1 in data.subNaviMenu track by $index"> <a ng-href={{data1.routing}} id="rout-{{$index}}"> <span data-translate={{data1.international}}> </span> </a> </li>
原文链接:https://www.f2er.com/angularjs/147081.html

猜你在找的Angularjs相关文章