chaoss / grimoirelab-kibiter

Soft fork of Kibana, for the benefit of GrimoireLab
https://chaoss.github.io/grimoirelab
Other
24 stars 17 forks source link

Fix bug with items that have just one subitem inside #104

Closed dlumbrer closed 5 years ago

dlumbrer commented 5 years ago

AngularJS does not allow to use duplicate keys in the ng-repeat expression, in our case, when we have just one item, the 3 columns left are with the key undefined, so AngularJS translate that as a duplicate key, the solution is simple and is provided by the docs:

https://docs.angularjs.org/error/ngRepeat/dupes