2

Does Angular JS will be supported by Google Apps Script? I am able to use external Library like jQuery, UnderscoreJS but not Angular JS?

Any idea about when CAJA will support Angular JS?

3

1 Answer 1

3

Google Apps Script supports Angular JS . You need to use the full version (not minified) . There are some issues on firefox, but works fine mostly.

You can use angular with following change in your appscript file.

var ui = HtmlService.createHtmlOutputFromFile('myPage')
  .setTitle('My Title');
ui.setSandboxMode(HtmlService.SandboxMode.IFRAME);
Sign up to request clarification or add additional context in comments.

2 Comments

This recent update on the issue tracker says it doesn't. code.google.com/p/google-apps-script-issues/issues/…. But I didn't test actually.
I have a angular based running add on listed in market place(It has been listed for almost a year), but it only works in chrome , opera.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.