templateUrl을 즉시 변경할 수 있습니까? 디렉티브 범위 내의 값을 전달함으로써 templateUrl을 즉시 변경할 수 있습니까?지시에서 전달된 데이터를 기반으로 페이지를 렌더링하는 컨트롤러에 데이터를 전달하고 싶다. 이렇게 생겼을 수도 있어요 .directive('boom', function { return { restrict: 'E', transclude: true, scope: 'isolate', locals: { data: 'bind' }, templateUrl: "myTemplate({{boom}}})" //