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