Is there a way to use ng-repeat in order to iterate and access the name values: test01
, test02
, and test03
from my JSON data? Any guidance on how to achieve this using ng-repeat would be greatly appreciated. Thanks in advance!
Check out this Fiddle link.