\$rootScope.\$on is not listening to the event broadcasted
Hi All,I have braodcasted an event in a widget, but the $on is not listening to the event below is my code, let me know for any mistakesBroad cast eventfunction($scope, $http, spUtil, $rootScope, $sce) { /* widget controller */ var c = this;this....