[ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: parte in $select.items, Duplicate key: object:1158, Duplicate value: code example
Example: Duplicates in a repeater are not allowed.
// This will work
<div ng-repeat="row in [1,1,1] track by $index">