marionette.component icon indicating copy to clipboard operation
marionette.component copied to clipboard

The ViewClass have no possibility to have parameters

Open devel-pa opened this issue 10 years ago • 1 comments

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

devel-pa avatar Sep 15 '14 15:09 devel-pa

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!

jfairbank avatar Sep 18 '14 22:09 jfairbank