AngularJS 使用ng-repeat报错 [ngRepeat:dupes]

前端之家收集整理的这篇文章主要介绍了AngularJS 使用ng-repeat报错 [ngRepeat:dupes]前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

AngularJS 使用ng-repeat报错

ng-repeat报错

<div ng-init="words = ['高校','高校','高校']" ng-repeat="word in words">
{{word}}

发现是因为相同的内容重复引起,解决方

在ng-repeat后面加上

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持

猜你在找的JavaScript相关文章