Disposing of view and model objects in Backbone.js
you’re on the right path. you should have an object that controls the lifecycle of your views. i don’t like to put this in my view. i like to create a separate object for this. the thing you need to do, is unbind the events when necessary. to do this, it’s a good idea to … Read more