[Solved] ng-repeat over array of objects vs. object containing objects


Sorry guys, thank you for the help. The issue was that in an attempt to make my data easier to read, I had assigned names to the keys of the array using bracket notation as seen in the answer here: stackoverflow.com/questions/12244483/… ng-repeat does not like that at all. It seems the default keys are necessary.

solved ng-repeat over array of objects vs. object containing objects