We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f163771 commit e362d10Copy full SHA for e362d10
README.md
@@ -3,6 +3,13 @@ backbone.nest
3
4
Backbone plugin that enables infinitely nested Collections within Models, and advanced data structure.
5
6
+Basic Concept
7
+=============
8
+
9
+Simply use `Backbone.Nest` instead of `Backbone.Model`, and use `{ parse: true }` when creating model.
10
+The rest is taken care of, set the nest attribute to be the collection you want created, and the nests
11
+attribute as a space seperated list of the attributes to be turned into collections.
12
13
14
How to use
15
==========
0 commit comments