JohnLouderback / GDB

Generic Data Binder (GDB) for jQuery is a framework agnostic and extremely easy to use 2 way data binder. GDB binds views and models in realtime with live two-way binding and no hefty framework necessary.
http://gdb.thewebdev.guru/
Apache License 2.0
87 stars 11 forks source link

Add minor templating feature #3

Closed JohnLouderback closed 10 years ago

JohnLouderback commented 10 years ago

Add feature to allow for templating data within elements. Proposed syntax:

<div data-bindto-template="<<model.users[2].firstName>> <<model.users[2].lastName>>">John Louderback</div>