Does the context.global.set affect array somehow?

Correct me if I’m wrong, but I am doing the same in my code.

 <tbody>
 <tr ng-repeat="row in msg.payload">
 <td ng-repeat="item in row track by $index" >{{item}}</td>
 </tr>
 </tbody>

And this is the same approach as you do in your post here