mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs($scope): clarify documentation for $broadcast
This commit is contained in:
parent
cc260e7864
commit
efc863844c
1 changed files with 1 additions and 1 deletions
|
|
@ -731,7 +731,7 @@ function $RootScopeProvider(){
|
|||
* Any exception emmited from the {@link ng.$rootScope.Scope#$on listeners} will be passed
|
||||
* onto the {@link ng.$exceptionHandler $exceptionHandler} service.
|
||||
*
|
||||
* @param {string} name Event name to emit.
|
||||
* @param {string} name Event name to broadcast.
|
||||
* @param {...*} args Optional set of arguments which will be passed onto the event listeners.
|
||||
* @return {Object} Event object, see {@link ng.$rootScope.Scope#$on}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue