Skip to content

Javascript implementation of Array with fixed size (Fixed Queue) for AngularJS

License

Notifications You must be signed in to change notification settings

magiccrafter/angular-fqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) {
  // ...
});

About

Javascript implementation of Array with fixed size (Fixed Queue) for AngularJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published