ngQueue icon indicating copy to clipboard operation
ngQueue copied to clipboard

ngQueue is an AngularJS module that helps you to handle routine sync/async queue task in AngularJS with ease.

Results 5 ngQueue issues
Sort by recently updated
recently updated
newest added

https://github.com/pc035860/ngQueue/blob/536f6d11ae14862ba8e0093905e8427e43277e10/package.json#L5 instead of `"main": "ngQueue.min.js"`

Hi there! I've ran into an issue when trying to remove async tasks from the queue. When searching the index in the queue for the task to remove, it always...

I have a loop that pushes `$http` requests into a queue and the queue then runs waiting for each to finish before moving to the next which is fantastic. Upon...