We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7550f90 commit 3dab938Copy full SHA for 3dab938
src/ng/timeout.js
@@ -29,7 +29,7 @@ function $TimeoutProvider() {
29
* @param {number=} [delay=0] Delay in milliseconds.
30
* @param {boolean=} [invokeApply=true] If set to false skips model dirty checking, otherwise
31
* will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block.
32
- * @returns {*} Promise that will be resolved when the timeout is reached. The value this
+ * @returns {Promise} Promise that will be resolved when the timeout is reached. The value this
33
* promise will be resolved with is the return value of the `fn` function.
34
*/
35
function timeout(fn, delay, invokeApply) {
0 commit comments