Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Is AngularJS available?

Hello all, I'm tentatively back for a bit, and I have to ask about improvements or changes since I've been gone. I learned the basics of Javascript for the purpose of scripting here on Roll20 and really enjoyed it.  I stopped using Roll20 (real life reasons) before Character Sheets were really put out there. So, in the mean time, due to work reasons, I've needed to learn AngularJS.  I find it to be fantastic, and I wonder if it is available here in the Roll20 scripting?  Can objects be set up through factories and functionality provided through services?  Can we use {{ data binding }}?
1482369279
Ada L.
Marketplace Creator
Sheet Author
API Scripter
As awesome as Angular is... unfortunately no... :/
1482401486

Edited 1482401631
Lithl
Pro
Sheet Author
API Scripter
API scripts are a subset of NodeJS*, plus a proprietary library (documented on the wiki here) and the Underscore.js utility library. * Based on the fact that API scripts apparently run in the same strict mode implementation as NodeJS, and timer functions in API scripts return the same kind of timer object as in NodeJS (as opposed to an integer as in standard JS).