Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ef7346f

Browse files
mheveryvojtajina
authored andcommitted
docs(scope): correct formatting
1 parent f6fb31e commit ef7346f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/service/scope.js

+1
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ function $RootScopeProvider(){
574574
*
575575
* The event listener function format is: `function(event)`. The `event` object passed into the
576576
* listener has the following attributes
577+
*
577578
* - `targetScope` - {Scope}: the scope on which the event was `$emit`-ed or `$broadcast`-ed.
578579
* - `currentScope` - {Scope}: the current scope which is handling the event.
579580
* - `name` - {string}: Name of the event.

0 commit comments

Comments
 (0)