angular-fqueue

1.0.0 • Public • Published

angular-fqueue

Javascript implementation of Array with fixed size (Fixed Queue) for AngularJS
The implementation is based on Ben Nadel's Gist

Installation

Bower

bower install angular-fqueue

NPM

npm install angular-fqueue

Dependencies

FixedQueue depends on Angular only.

Usage

Add 'fqueue' as a dependency to your app and inject FixedQueue into your controller or service.

angular.module('myApp', ['fqueue']);
 
angular.module('myApp').controller('MyController', function($scope, FixedQueue) {
  // ...
});

Package Sidebar

Install

npm i angular-fqueue

Weekly Downloads

6

Version

1.0.0

License

MIT

Last publish

Collaborators

  • magiccrafter