angular.min.js ngrepeat: dupes code example
Example: Duplicates in a repeater are not allowed.
// This will work
<div ng-repeat="row in [1,1,1] track by $index">
// This will work
<div ng-repeat="row in [1,1,1] track by $index">