Best practice for appending all Backbone Collection elements to a view?
For example I have a gallery model that renders a view. That model also
creates a collection of slides. Each slide has it's own view and I would
like to append all these collection views ( the slides ) to the main
gallery view. I can think of a few ways to do this but I'm not sure which
is best. I'm new to backbone so any suggestions are much appreciated.
Thanks in advance!
No comments:
Post a Comment