我有一个指令(父),我想与我创建的另一个指令(子)进行交互,这些孩子的内容必须被转换,并且必须与外部控制器交互。
类似的东西:
<parent>
...
<children ctrl="myController">
...(children only) to be transcluded content...
{{like_this}} should work with myController
</children>
...
</parent>
父母可以或不可以生孩子。
父母不一定要被抄袭,但我需要从孩子那里获取其内容。
请看这个小提琴: http://jsbin.com/wohelapufa/edit?html,js,output
编辑:此外,是什么导致子内容显示在其内部和父内容中?就像小提琴上的例子一样。
由于