Angularjs event broadcasting method
Represents the broadcast method provided by angularjs to broadcast user defined events.
From AngularJS $scope API Reference - $broadcast
Dispatches an event name downwards to all child scopes (and their children) notifying the registered
$rootScope/Scopelisteners.
 
     
     
     
     
     
     
     
     
     
     
     
     
     
    