diff options
Diffstat (limited to 'src/ng/rootScope.js')
| -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 5981b7e7..48ba038f 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -736,7 +736,7 @@ function $RootScopeProvider(){         * Afterwards, the event propagates to all direct and indirect scopes of the current scope and         * calls all registered listeners along the way. The event cannot be canceled.         * -       * Any exception emmited from the {@link ng.$rootScope.Scope#$on listeners} will be passed +       * 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. | 
