Solved
Set class of 2d Container using javascript
Is there any way to set the class of a 2d container using javascript? Whenever I try to set the class using the following line of code:
$scope.app.view.Home.wdg["panel-2"]).class = "my-class";
I get an object undefined error.

