Skip to content

Two way data bindings for Backbone models using Pflock

Notifications You must be signed in to change notification settings

manuelstofer/backbone-pflock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone-Pflock

Build status

Two way data bindings for Backbone models using Pflock.

Usage

Backbone-Pflock provides an adapter to use Backbone models with Pflock.

var adapter = require('backbone-pflock');
var model = new Backbone.Model({
    name: 'bla',
    description: 'anything'
});

var el = document.getElementById('model-root-node');

bind(el, model);

About

Two way data bindings for Backbone models using Pflock

Resources

Stars

Watchers

Forks

Packages

No packages published