You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A plugin to make [Backbone.js](http://documentcloud.github.com/backbone) keep track of nested attributes. [Download minified version](https://github.com/afeld/backbone-nested/downloads).
3
+
A plugin to make [Backbone.js](http://documentcloud.github.com/backbone) keep track of nested attributes. Download the latest version and see the changelog/history/release notes on the [Releases](https://github.com/afeld/backbone-nested/releases) page. **Supports Backbone 0.9.x and 1.x.**
4
4
5
5
## The Need
6
6
@@ -28,18 +28,35 @@ Wouldn't it be awesome if you could do this?
1. Download the latest version [here](https://github.com/afeld/backbone-nested/tags), and add `backbone-nested.js` to your HTML `<head>`, **after**`backbone.js` is included ([tested](http://afeld.github.com/backbone-nested/test/) against [jQuery](http://jquery.com/) v1.7.2, [Underscore](http://documentcloud.github.com/underscore/) v1.3.3 and [Backbone](http://documentcloud.github.com/backbone/) v0.9.2).
43
+
2. Add `backbone-nested.js` to your HTML `<head>`:
2. Change your models to extend from `Backbone.NestedModel`, e.g.
53
+
### Manual
54
+
55
+
Download the latest [release](https://github.com/afeld/backbone-nested/releases) and the dependencies listed above, then include with script tags in your HTML.
56
+
57
+
## Usage
58
+
59
+
1. Change your models to extend from `Backbone.NestedModel`, e.g.
0 commit comments