File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -487,6 +487,9 @@ function qFactory(nextTick, exceptionHandler) {
487
487
* the promise comes from a source that can't be trusted.
488
488
*
489
489
* @param {* } value Value or a promise
490
+ * @param {Function= } successCallback
491
+ * @param {Function= } errorCallback
492
+ * @param {Function= } progressCallback
490
493
* @returns {Promise } Returns a promise of the passed value or promise
491
494
*/
492
495
@@ -506,6 +509,9 @@ function qFactory(nextTick, exceptionHandler) {
506
509
* Alias of {@link ng.$q#when when} to maintain naming consistency with ES6.
507
510
*
508
511
* @param {* } value Value or a promise
512
+ * @param {Function= } successCallback
513
+ * @param {Function= } errorCallback
514
+ * @param {Function= } progressCallback
509
515
* @returns {Promise } Returns a promise of the passed value or promise
510
516
*/
511
517
var resolve = when ;
You can’t perform that action at this time.
0 commit comments