Top "Angular-broadcast" questions

Angularjs event broadcasting method

Call controller function from service in angularjs

I am using socket.io to enable chat in my app and i am using a service SocketService to perform …

angularjs events angularjs-service angularjs-controller angular-broadcast
Angularjs $broadcast once, $on twice

It sends $broadcast once from the rootScope, but the listener ($on) gets called twice. The listener is in a controller …

javascript angularjs angularjs-scope event-listener angular-broadcast
$rootScope.$broadcast not working

I am trying to get $rootScope.$broadcast to refresh my view. The service is- var app = angular.module("productsApp", []) .service("…

angularjs angularjs-directive angular-broadcast