WebGL + AngularJS any resources or tutorials?

Hi,

i tried to find resource about WebGL and AngularJS integration but i didn’t find anything showing how to make them work together

Anyone could point me out any resource or tutorials?

thx

Unity - Scripting API: Application.ExternalCall and Unity - Scripting API: Application.ExternalEval are what we use.

Can’t help on the resources front, but its just JS execution.

Be cautious of one thing - with the WebPlayer it doesn’t care if the JS is missing those functions. In WebGL it will crash if the functions you target are missing.