I have an array of objects and I am using an ng-repeat to iterate over them, which is easy. The array looks something like this:
ng-repeat
$scope.steps =
Here is another way, without the need for nesting the repeaters.
From the Angularjs docs:
It is possible to get ngRepeat to iterate over the properties of an object using the following syntax:
{{key}} : {{value}}