We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedafdc commit d9ec995Copy full SHA for d9ec995
src/ng/timeout.js
@@ -33,8 +33,8 @@ function $TimeoutProvider() {
33
* @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise
34
* will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block.
35
* @param {...*=} Pass additional parameters to the executed function.
36
- * @returns {Promise} Promise that will be resolved when the timeout is reached. The value this
37
- * promise will be resolved with is the return value of the `fn` function.
+ * @returns {Promise} Promise that will be resolved when the timeout is reached. The promise
+ * will be resolved with the return value of the `fn` function.
38
*
39
*/
40
function timeout(fn, delay, invokeApply) {
0 commit comments