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
Code.gs
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