We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80077f3 commit f3aa1d1Copy full SHA for f3aa1d1
src/ng/interval.js
@@ -41,7 +41,7 @@ function $IntervalProvider() {
41
* @param {boolean=} [invokeApply=true] If set to `false` skips model dirty checking, otherwise
42
* will invoke `fn` within the {@link ng.$rootScope.Scope#$apply $apply} block.
43
* @param {...*=} Pass additional parameters to the executed function.
44
- * @returns {promise} A promise which will be notified on each iteration.
+ * @returns {promise} A promise which will be notified on each iteration. It will resolve once all iterations of the interval complete.
45
*
46
* @example
47
* <example module="intervalExample" name="interval-service">
0 commit comments