File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -926,7 +926,7 @@ function $RootScopeProvider(){
926
926
* onto the {@link ng.$exceptionHandler $exceptionHandler} service.
927
927
*
928
928
* @param {string } name Event name to emit.
929
- * @param {...* } args Optional set of arguments which will be passed onto the event listeners.
929
+ * @param {...* } args Optional one or more arguments which will be passed onto the event listeners.
930
930
* @return {Object } Event object (see {@link ng.$rootScope.Scope#methods_$on}).
931
931
*/
932
932
$emit : function ( name , args ) {
@@ -994,7 +994,7 @@ function $RootScopeProvider(){
994
994
* onto the {@link ng.$exceptionHandler $exceptionHandler} service.
995
995
*
996
996
* @param {string } name Event name to broadcast.
997
- * @param {...* } args Optional set of arguments which will be passed onto the event listeners.
997
+ * @param {...* } args Optional one or more arguments which will be passed onto the event listeners.
998
998
* @return {Object } Event object, see {@link ng.$rootScope.Scope#methods_$on}
999
999
*/
1000
1000
$broadcast : function ( name , args ) {
You can’t perform that action at this time.
0 commit comments