mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-15 12:09:02 +08:00
docs($scope): clarify documentation for $broadcast
This commit is contained in:
committed by
Pete Bacon Darwin
parent
cc260e7864
commit
efc863844c
@@ -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}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user