docs(scope): correct formatting

This commit is contained in:
Misko Hevery 2012-02-15 21:04:49 -08:00 committed by Vojta Jina
parent f6fb31e8ad
commit ef7346ff70

View file

@ -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.