We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d638a commit 4ccd9ebCopy full SHA for 4ccd9eb
src/ng/rootScope.js
@@ -614,8 +614,8 @@ function $RootScopeProvider(){
614
* @param {function(event)} listener Function to call when the event is emitted.
615
* @returns {function()} Returns a deregistration function for this listener.
616
*
617
- * The event listener function format is: `function(event)`. The `event` object passed into the
618
- * listener has the following attributes
+ * The event listener function format is: `function(event, args...)`. The `event` object
+ * passed into the listener has the following attributes:
619
620
* - `targetScope` - {Scope}: the scope on which the event was `$emit`-ed or `$broadcast`-ed.
621
* - `currentScope` - {Scope}: the current scope which is handling the event.
0 commit comments