diff options
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. |
