bergie / VIE

Semantic Interaction Framework for JavaScript

Home Page:http://viejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support external templates in CollectionView

bergie opened this issue · comments

We need a mechanism where developers can feed external templates (say, mustache or Underscore templates) to CollectionViews, to be used as the template for child elements instead of the template(s) we read from DOM.

This should be done so that it works with multiple child types, as defined in #130