我需要遍历对象中的数组的帮助,我正在使用ng-repeat,但无法将设备从数组中取出。这是我的结构enter image description here
这是我正在使用的代码。
var activeIndex = 0;
'<span> Devices: <ct-button ng-repeat group in data.groups[0].PG1 track
by $index" text="{{group.devices[activeIndex]}}" show="true"
</ct-button> </span>'