diff options
Diffstat (limited to 'src/ng/rootScope.js')
| -rw-r--r-- | src/ng/rootScope.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 4878c3ec..9c75534c 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -870,7 +870,7 @@ function $RootScopeProvider(){         *   - `defaultPrevented` - `{boolean}`: true if `preventDefault` was called.         *         * @param {string} name Event name to listen on. -       * @param {function(event, args...)} listener Function to call when the event is emitted. +       * @param {function(event, ...args)} listener Function to call when the event is emitted.         * @returns {function()} Returns a deregistration function for this listener.         */        $on: function(name, listener) { | 
