An open API service indexing awesome lists of open source software.

https://github.com/eyolas/backbone.marionette.rivets

add rivets to backbone.marionette
https://github.com/eyolas/backbone.marionette.rivets

Last synced: 12 months ago
JSON representation

add rivets to backbone.marionette

Awesome Lists containing this project

README

          

backbone.marionette.rivets
==========================

add rivets to backbone.marionette

##ItemView:
###override:
- `_renderTemplate` for add rivets binding and call getTemplateData
- `destroy` for unbinding rivets

###new method:
- `getTemplateData` : renderTemplate call this method instead of serialiazeData. By default get Model or Collection of the view.
- `_oldRenderTemplate`: old method
- `oldDestroy`: old method

#Installation:

You can install using the package manager of your choice. We currently maintain releases on npm, jam and bower (recommended).

```sh
bower install backbone.marionette.rivets
```