ngQueue is an AngularJS module that helps you to handle routine sync/async queue task in AngularJS with ease.
npm install ng-queuengQueue is an AngularJS module that helps you to handle routine sync/async queue task in AngularJS with ease.
#### Demo
Include the ngQueue module with AngularJS script in your page.
``html`
Add ngQueue to your app module's dependency.
`js`
angular.module('myApp', ['ngQueue']);
`sh`
bower install ngQueue
then import the module with