Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: tag in tagList.items track by track(tag), Duplicate key: 0 code example
Example: Duplicates in a repeater are not allowed.
// This will work
<div ng-repeat="row in [1,1,1] track by $index">