marionette.component
marionette.component copied to clipboard
The ViewClass have no possibility to have parameters
Hi, nice stuff, needs improvement but I like the way you did it. One limitation I've found is this:
return new ViewClass({
model: this.model,
collection: this.collection
});
So, the created view can't have other options. Thanks, Paul
Hey, @devel-pa! Thanks for the suggestion. This is something I've thought would be a nice addition. It'll be on the roadmap. Thanks again!