From bffe6fa8a60d2b42685c56442a02e0881f00d810 Mon Sep 17 00:00:00 2001 From: willtj Date: Fri, 10 May 2013 22:02:09 +0200 Subject: docs($scope): clarify documentation for $broadcast --- src/ng/rootScope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 0892843d..904f24d4 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -862,7 +862,7 @@ function $RootScopeProvider(){ * Any exception emitted 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} */ -- cgit v1.2.3