docs($scope): clarify documentation for $broadcast

This commit is contained in:
willtj 2013-05-10 22:02:09 +02:00 committed by Pete Bacon Darwin
parent cc260e7864
commit efc863844c

View file

@ -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}
*/