aboutsummaryrefslogtreecommitdiffstats
path: root/src/service
diff options
context:
space:
mode:
authorMisko Hevery2012-02-15 21:04:49 -0800
committerVojta Jina2012-02-28 17:46:58 -0800
commitef7346ff70c745178d5c615e6ae5e559a4549f32 (patch)
treed004adc54d2ee096cb4d8a803c73c3c98b5d4b21 /src/service
parentf6fb31e8ada50b32719fcb120ca2e1fcbac8d992 (diff)
downloadangular.js-ef7346ff70c745178d5c615e6ae5e559a4549f32.tar.bz2
docs(scope): correct formatting
Diffstat (limited to 'src/service')
-rw-r--r--src/service/scope.js1
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.