AngularJS에서 인라인 템플릿 사용 인라인보기 템플릿을로드하고 싶었습니다. 템플릿을 유형의 펼쳐 태그로 래핑하고 text/ng-templateID를 temp1.html. 내 모듈 구성은 다음과 가변합니다. learningApp.config(function ($routeProvider) { $routeProvider .when("/first",{ controller: "SimpleController", templateUrl: "temp1.html"}) .when("/second", {controller: "SimpleController", templateUrl: "temp2.html"}) .otherwise({redirectTo : "/first"}); }); GET http://localhost:4..