We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b317c5 commit 250aec7Copy full SHA for 250aec7
src/ng/rootScope.js
@@ -619,7 +619,7 @@ function $RootScopeProvider(){
619
* event life cycle.
620
*
621
* @param {string} name Event name to listen on.
622
- * @param {function(event)} listener Function to call when the event is emitted.
+ * @param {function(event, args...)} listener Function to call when the event is emitted.
623
* @returns {function()} Returns a deregistration function for this listener.
624
625
* The event listener function format is: `function(event, args...)`. The `event` object
0 commit comments