UNPKG

545 BMarkdownView Raw
1# render-collection
2
3Renders a collection with one view per model within an element in a way that cleans up and unbinds all views when removed.
4
5This is the view used by main ampersand-view for `renderCollection`.
6
7## install
8
9```
10npm install ampersand-collection-view
11```
12
13## browser compatibility
14
15[![testling badge](https://ci.testling.com/AmpersandJS/ampersand-collection-view.png)](https://ci.testling.com/AmpersandJS/ampersand-collection-view)
16
17## credits
18
19Written by [@HenrikJoreteg](http://twitter.com/henrikjoreteg).
20
21## license
22
23MIT
24