wipeoutjs / wipeout

A pure MVVM javascript framework based on knockout
http://wipeoutjs.github.io/wipeout
0 stars 2 forks source link

Convenience method for template->templateId property #108

Open ShaneGH opened 9 years ago

ShaneGH commented 9 years ago

see docs Versioned.js

wipeout.viewModels.content.createTemplatePropertyFor(this, "contentTemplateId", "contentTemplate");
- and -
.parser("contentTemplate", "template")
.binding("contentTemplate", "templateProperty")

should all be combined into 1 DSL function

ShaneGH commented 9 years ago

On branch v2.1