I am trying to iterate through an object in order to fill a table dynamically.
To achieve this, I am utilizing ng-include
and ng-repeat
to loop through the object and generate a new <tr>
for each element. However, I am encountering issues after the first level of iteration.