How to use AngularJS within Google Apps Script

前端 未结 1 2028
不知归路
不知归路 2020-12-15 14:44

Is it possible to use Angular.js as part of a web app served using HtmlService in Google Apps Script?

I also changed the Code.gs file as

相关标签:
1条回答
  • 2020-12-15 15:08

    Move the angular.js include script statement into the head section. It needs to be setup before the remaining javascript file is included. It works then. check it here: GAS-angularJS

    0 讨论(0)
提交回复
热议问题