Thanks to visit codestin.com Credit goes to github.com
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 d987a79 commit 24a2eecCopy full SHA for 24a2eec
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