+Angular Fibonacci is a tiny AngularJS Service that lets you poll your server using timeouts according to the [Fibonacci series](http://en.wikipedia.org/wiki/Fibonacci_number). Instead of polling every, say 5, seconds, with Angular Fibonacci, you can poll in 2, 3, 5, 8, 13, ... second intervals! Also, whenever you detect a change in the data you polled, you can simply call ```Fibonacci.restart()``` to restart the series. So if you think your environment can benefit from Fibonacci-polling, use Angular Fibonacci!
0 commit comments