backbone-relations

Backbone one-to-one, one-to-many, and many-to-many relationships for the browser and nodejs.


License
MIT
Install
bower install backbone-relations

Documentation

backbone-relations Build Status

Backbone one-to-one, one-to-many, and many-to-many relationships for the browser and nodejs.

Install

npm install backbone-relations

Use

Include the file in your browser or for Node:

require 'backbone-relations'

Check out the tests for examples.

Test

npm test