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:
And lastly, in your Angular module, include fs.collections
as a dependency:
angular
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