Skip to content

Commit af9866f

Browse files
committed
Update README.md
1 parent 20def15 commit af9866f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Example: `var myTracker = promiseTracker({ activationDelay: 500, minDuration: 75
105105

106106
```js
107107
var promise = $timeout(doSomethingCool, 1000);
108+
myTracker.addPromise(promise);
108109
console.log(myTracker.active()); // => true
109110
//1000 milliseconds later...
110111
console.log(myTracker.active()); // => false

0 commit comments

Comments
 (0)