3.0.2 • Published 5 years ago

fs.collections v3.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

fs.collections

fs.collections is an Angular-ish version of Backbone's Models and Collections which we rely heavily on at Fullscreen

Installation

In your Angular project, run bower install --save fs.collections to save the module. Then, in your HTML, add:

<script src="/path/to/bower_components/fs.collections/index.js"></script>

And lastly, in your Angular module, include fs.collections as a dependency:

angular.module('my-app', ['fs.collections')

Contributing

To get your dev environment up and running, run npm install and bower install to get the components we need.

Tests are run with npm run test and you can build the minified source with npm run build

3.0.2

5 years ago

1.3.1

6 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.1.1

8 years ago