diff options
| author | willtj | 2013-05-10 22:02:09 +0200 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-10 21:24:08 +0100 | 
| commit | bffe6fa8a60d2b42685c56442a02e0881f00d810 (patch) | |
| tree | 3e2d3d3c1ab4601de49ef83d9a10af26a1f316dc /src | |
| parent | ac8ba104d4f8a20d107d184d81be83b2eaefec91 (diff) | |
| download | angular.js-bffe6fa8a60d2b42685c56442a02e0881f00d810.tar.bz2 | |
docs($scope): clarify documentation for $broadcast
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/rootScope.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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}         */ | 
