angular-poller icon indicating copy to clipboard operation
angular-poller copied to clipboard

Poller service for AngularJS applications

Results 11 angular-poller issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for this nice library! I think I found an issue with how you're doing the poller lookup (angular.equals). It doesn't seem to work for Restangular objects. Two different...

I've recently been experimenting with this module, and needed to add some error handling. However, I was getting some unexpected requests happening. The aim was to back off the poller...

I have 2 pollers running in my application using. As soon as I go in to the debug mode and resume the debugger application hangs for sometime and does not...

When a poller is stopped or restarted the pending ajax request is not being cancelled. The ability to cancel pending ajax calls when we are no longer interested in the...

Would be nice to optionally support a requestAnimationFrame backend. requestAnimationFrame has the advantage of being lighter on resource usage on out of focus tabs at the cost of longer timeout....

Hi, I'm having some trouble using poller with Restangular instance and JWT authentication. Once user has logged in, Restangular is configured to send Authorization header with a JWT. When the...

It would be great to have a `maxTries` configuration parameter that would stop the poller after that many requests. If `catchError` is `true`, perhaps the notify callback would be called...

I am trying to figure out how to get the promise that is resolved each time the poller ticks. I want to show a quick busy indicator starting when the...

Is there any way to access the response headers (on success)? The docs have this comment: ``` // Error handler: (data, status, headers, config) ```

So I've been struggling to get angular-poller to do some polling for a series of restangular objects in the app I'm building. I figured it would be relatively easy to...