Solved
Get studio id from a button after click
Hey there,
I need a little script to get the studio-id from the button after or when I click them. I tried it first with an AngularJS script, but failed:
alert(event.target.id);
Does anyone have an idea?

