angular-elasticsearch-demo
angular-elasticsearch-demo copied to clipboard
Duplicate values issue
Constantly getting this error:
Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: ingredient in recipe.ingredients, Duplicate key: string:, Duplicate value: ""
Fix: https://github.com/angular/angular.js/pull/2505#issuecomment-17012537 http://www.anujgakhar.com/2013/06/15/duplicates-in-a-repeater-are-not-allowed-in-angularjs/