gpt4 book ai didi

javascript - 错误 : [ngRepeat:dupes] Duplicates in a repeater are not allowed

转载 作者:行者123 更新时间:2023-11-30 07:23:19 24 4
gpt4 key购买 nike

我的情况与描述的相似here但是我使用 $http 调用来获取我的数据来构建一个无限滚动表,并得到:

Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: i in items, Duplicate key: string:b, Duplicate value: b

源代码是here

this是我遵循的源代码并且它有效

在这种情况下我需要帮助!

谢谢

最佳答案

您的 jsFiddle 中存在一些问题。正如@Manjesh V 上面提到的,您需要添加track by $index,给您:

<li ng-repeat="i in items track by $index">{{i.name}}</li>

此外,正如@sMr 所提到的,您需要将 $http 模块添加到指令中。

最后,您的 jsFiddle 链接到一个非常旧的 AngularJS 版本,v1.0.0。您可以添加 1.2.1,它会起作用。

关于javascript - 错误 : [ngRepeat:dupes] Duplicates in a repeater are not allowed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29116598/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com