File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -614,8 +614,8 @@ function $RootScopeProvider(){
614
614
* @param {function(event) } listener Function to call when the event is emitted.
615
615
* @returns {function() } Returns a deregistration function for this listener.
616
616
*
617
- * The event listener function format is: `function(event)`. The `event` object passed into the
618
- * listener has the following attributes
617
+ * The event listener function format is: `function(event, args... )`. The `event` object
618
+ * passed into the listener has the following attributes:
619
619
*
620
620
* - `targetScope` - {Scope}: the scope on which the event was `$emit`-ed or `$broadcast`-ed.
621
621
* - `currentScope` - {Scope}: the current scope which is handling the event.
You can’t perform that action at this time.
0 commit comments