diff options
| author | Misko Hevery | 2012-02-15 21:04:49 -0800 |
|---|---|---|
| committer | Vojta Jina | 2012-02-28 17:46:58 -0800 |
| commit | ef7346ff70c745178d5c615e6ae5e559a4549f32 (patch) | |
| tree | d004adc54d2ee096cb4d8a803c73c3c98b5d4b21 /src/service | |
| parent | f6fb31e8ada50b32719fcb120ca2e1fcbac8d992 (diff) | |
| download | angular.js-ef7346ff70c745178d5c615e6ae5e559a4549f32.tar.bz2 | |
docs(scope): correct formatting
Diffstat (limited to 'src/service')
| -rw-r--r-- | src/service/scope.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/scope.js b/src/service/scope.js index 79708f0c..c8ee9298 100644 --- a/src/service/scope.js +++ b/src/service/scope.js @@ -574,6 +574,7 @@ function $RootScopeProvider(){ * * The event listener function format is: `function(event)`. The `event` object passed into the * listener has the following attributes + * * - `targetScope` - {Scope}: the scope on which the event was `$emit`-ed or `$broadcast`-ed. * - `currentScope` - {Scope}: the current scope which is handling the event. * - `name` - {string}: Name of the event. |
