ディレクティブ内でコンパイルされた HMTL-as-a-string を使用して、ループで一連のものをレンダリングするディレクティブを持つパーシャルがあります。この HTML-as-a-string 自体には、ng-include
レンダリングされない が含まれています。
基本的に、これには含まれませんtemplate2.html
:
element.html('<span>The name is ' + scope.content.name + '!</span><div ng-include src="template2.html"></div><br>');
どんなポインタでも大歓迎です。
ありがとう!