标签: angularjs transclusion
我希望在其他指令的ng-repeat内使用指令进行翻译。
ng-repeat
我能够在ng-repeat之外使用多转换,但我希望<comment-popover>位于<comment>指令ng-repeat区域内。这是我的代码。
<comment-popover>
<comment>
注意:我不能使用<ng-transclude>,因为我的评论指令将被应用程序的其他部分使用,其中我没有popover子指令
<ng-transclude>
以下是我的代码链接:https://codepen.io/waghanil87/pen/PmORLL
提前致谢