From ef7346ff70c745178d5c615e6ae5e559a4549f32 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 15 Feb 2012 21:04:49 -0800 Subject: docs(scope): correct formatting --- src/service/scope.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/service') 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. -- cgit v1.2.3