mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(scope): correct formatting
This commit is contained in:
parent
f6fb31e8ad
commit
ef7346ff70
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue