diff options
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}         */ | 
