leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

option.transparency.model is undefined #62

Closed pyykkis closed 12 years ago

pyykkis commented 12 years ago

Rendered data model should be available through element.transparency.model (http://jsfiddle.net/NwUGX/). However, it is undefined, if the element is option.

See http://jsfiddle.net/3gtxc/1/ for the details.

pyykkis commented 12 years ago

Closing as invalid. See http://jsfiddle.net/3gtxc/2/ for the working example.