arturadib / agility

Javascript MVC for the "write less, do more" programmer
http://agilityjs.com
MIT License
542 stars 70 forks source link

Support comma-separated bindings for DOM elements #16

Closed arturadib closed 13 years ago

arturadib commented 13 years ago

Make it possible to do something like:

var obj = $$({path:'...', name:'...'},  <img data-bind="src path, title name" />);
tristanls commented 13 years ago

I think pull request #34 implements this feature ( at least for one-way binding ).

arturadib commented 13 years ago

Closed in pull request #34, thanks to @tristanls