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