i have some child components listed as directives in a parent component, i wanted to reload all the child components based on some events triggered from one of the child component.
Please refer the plunker http://plnkr.co/edit/x19FmBkf0mP1A6xvre8B?p=preview In plunker you can notice that the layout component has the applicationlist and ReportGroupList components in the directives. my requirement is when the applicationlist component emits some event based on user interaction, the ReportGroupList component (sibling to the applicationlist component) to be reloaded. what is the way to do this? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
