Tuesday, 27 August 2013

Backbone - How to render singular model view from existing List View without fetching again & retaining history

Backbone - How to render singular model view from existing List View
without fetching again & retaining history

I tried to make the title more brief, and I might revise it once I can
think of the proper way to pose the question, here it is:
I have a list view rendering multiple models representing data from a
collection.
I want to be able to click one of the views/models, clear the view, and
display ONLY that view (showing more info) - WITHOUT - fetching the data
again, and retaining the history.

No comments:

Post a Comment