如何调用另一个兄弟组件的方法 - 角度1.5

时间:2017-05-22 01:09:46

标签: angularjs components siblings communicate

我在一个页面中有两个兄弟组件需要调用第二个组件函数并传递第一个组件链接的一些值onClick事件。

<my-container>
    <sibling-component1></sibling-component1> // this has link to call function
    <sibling-component2></sibling-component2> // this has function
</my-container>

代码链接:https://codepen.io/sandeep821/pen/aWQXZx?editors=1111

1 个答案:

答案 0 :(得分:0)

喜欢解决方案(Angular中协作指令之间的通信):http://blog.carbonfive.com/2015/03/25/communication-between-collaborating-directives-in-angular/