- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用带自动完成功能的 ngTagsInput 指令。如果我没有两个具有相同“tag_token”属性的标签,一切正常。
这是我得到的回复:
{
"id": "100",
"create_date": "2016-02-01T18:33:39Z",
"tag_token": "Tag 1",
"parent_id": "1",
"parent_type": "FILE"
},
{
"id": "101",
"create_date": "2016-02-01T18:33:39Z",
"tag_token": "Tag 2",
"parent_id": "2",
"parent_type": "FILE"
},
{
"id": "102",
"create_date_tdt": "2016-02-01T18:33:39Z",
"tag_token": "Tag 2",
"parent_id": "3",
"parent_type": "FILE"
}
查看
<tags-input
ng-model="searchQuery"
display-property="tag_token"
key-property="tag_token"
on-tag-adding="checkTag($tag)"
on-tag-removed="onTagRemoved($tag)"
replace-spaces-with-dashes="false"
add-from-autocomplete-only="true"
>
<auto-complete min-length="1" max-results-to-show="10" source="typeahead($query)"></auto-complete>
</tags-input>
我收到这个错误:
Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: item in suggestionList.items track by track(item), Duplicate key: Tag 2, Duplicate value: {"tag_token":"Tag 2"}
http://errors.angularjs......
at angular.js:68
at ngRepeatAction (angular.js:27518)
at Object.$watchCollectionAction [as fn] (angular.js:15761)
at Scope.$digest (angular.js:15896)
at Scope.$apply (angular.js:16160)
at done (angular.js:10589)
at completeRequest (angular.js:10787)
at XMLHttpRequest.requestLoaded (angular.js:10728)
最佳答案
使用 key-property="id"
。这是 demo
例如
<tags-input
ng-model="searchQuery"
display-property="tag_token"
key-property="id"
replace-spaces-with-dashes="false"
...
...
关于javascript - ngRepeat :dupes - Duplicates in a repeater are not allowed,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35516637/
所以目前我正在摆弄一些看起来有点像下面的东西。 其设计目的是,如果学生(学生)修读了 3 个或更多同一类(class)(科目)的实例,则显示出勤情况。 有时老师(老师)有替补,所以我们需要知道当学生上
(使用 AngularJS) 我正在学习 AngularJS 并尝试一个简单的结账系统。我有两列,左边有元素,右边有篮子(购物车)。本质上,您可以从左侧添加项目,它们会出现在右侧的购物篮中。 问题是,
重复指令从 api 输出葡萄酒记录。我有一个工厂函数来提供 wine API,然后在我的 Controller 中访问 app.factory("Wine", function ($http){
我遇到了这段代码: var app = angular.module("myShoppingList", []); app.controller("myCtrl", function($sc
我猜我遇到了成像错误。我不确定错误的根源。 注意:有时候工作顺利,我经常遇到这个错误。 表格:
我有两个任务要做: 1.) 创建一个算法来检测数组中是否有重复项(= 相同的数字)(它的运行时间越好,我得到的分数就越多)。 2.) 分析算法的运行时间。 这是我第一个任务的代码(我必须对数组进行排序
我正在使用 PHP 获取 JSON 数据,但在 ng-repeat 上出现错误: [ngRepeat:dupes] 转发器中不允许重复 我尝试过track by $index 但每次浏览器因 trac
我正在使用带自动完成功能的 ngTagsInput 指令。如果我没有两个具有相同“tag_token”属性的标签,一切正常。 这是我得到的回复: { "id": "100", "create_date
我可能在这里遗漏了一些明显的东西,但我认为这应该简单地循环我提供的 JSON。但是,我收到 ngRepeat:dupes 错误,指出 uid 未定义。如果我不通过 ID 进行跟踪,则会收到重复错误。尽
我已经放弃尝试解决这个问题,并在 Google 上寻求帮助。根据我收集的信息,AngularJs 对变量和函数有某种魔力。我读过,尽管你通常使用 Javascript 进行编程,但 AngularJS
这个问题已经有答案了: Error: [ngRepeat:dupes] what does this mean? (2 个回答) 已关闭 3 年前。 如何在 JavaScript 数组中输入连续的空值
我的情况与描述的相似here但是我使用 $http 调用来获取我的数据来构建一个无限滚动表,并得到: Error: [ngRepeat:dupes] Duplicates in a repeater
index.html: Search nav.html: {{ n }} {{ n }} service.js: angular .module('h
简要背景:- 我正在构建一个社交网站,并使用 MongoDB 存储状态和用户。例如,你有这样的状态 { "status" : "Hello world.", "profileURL"
嘿,我的 Angular 应用程序在重复数据方面遇到了问题。我已经将问题确定为精确的 ng-repeat,但我看不出它有什么问题。我收到一条错误消息,说我有重复数据,但我看不到它是如何发生的,因为我的
我正在学习 MEAN,遇到了 Angular 错误。我试图在表格中显示表单数据,但是数据没有通过,我收到的错误是: angular.js:11500 Error: [ngRepeat:dupes] h
我正在开发一个简单的待办事项应用程序,它将任务添加到现有的 json 数据数组中。然而,当我尝试添加多个任务时,我收到此错误:错误:[ngRepeat:dupes]。我一生都无法弄清楚出了什么问题。我
我试图让 $routeParams 不是未定义的,我不知道我做了什么,但出现了 ngRepeat:dupes 错误。我犯了什么错误?我想做: 我有这个网址:http://someadress.pl/t
我只是从数据库中获取数据并使用 ngRepeat 将其显示在 html 文件中。与数据库的连接成功,我可以向其中添加数据。此外,客户端上的所有内容都可以正常工作,因为我可以使用定义的数组在 ngRep
@Component({ selector: 'app-custom-paginator', template: '', }) export class CustomPagin
我是一名优秀的程序员,十分优秀!