I created a setup <http://jsfiddle.net/fiddlerMan_22/Vg36G/7/>similar to what I have here <http://jsfiddle.net/fiddlerMan_22/Vg36G/7/>. summarising: 2 applications, bootstrapped via angular.bootstrap(<selector>,<appname>) whereby the directive in app2 tries to communicate to the directive in app1 via scope.$broadCast("removeButtonA"). app2 has a line scope.$on("removeButtonA",handler); that does not seem to be called at all. I am not able to include JQuery in the fiddler so I can't make use of all selectors but in my local setup I do have the full JQuery library included and even then the event does not seem to trigger the directive.
Thanks for help -- 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
