i\'d like to show a progress bar while i update the app with fresh content. I guess the best thing to do would be to do it while calling .fetch on a collection.
The cont
Overwrite backbone sync method, instead of writing every place add it to sync method. It will work for new pages without writing any new code.