10000
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 ce8abac commit e9a4de0Copy full SHA for e9a4de0
src/ng/interval.js
@@ -33,7 +33,8 @@ function $IntervalProvider() {
33
* appropriate moment. See the example below for more details on how and when to do this.
34
* </div>
35
*
36
- * @param {function()} fn A function that should be called repeatedly.
+ * @param {function()} fn A function that should be called repeatedly. If no additional arguments
37
+ * are passed (see below), the function is called with the current iteration count.
38
* @param {number} delay Number of milliseconds between each function call.
39
* @param {number=} [count=0] Number of times to repeat. If not set, or 0, will repeat
40
* indefinitely.
0 commit comments