I am displaying the list of TODO's on a screen which is nothing but a collection. user can add/update/delete any particular model from the list. Problem is:
Please need help.
I found the solution for this. I have to clear the cache each time I cleared the last model from list. So I have added the ajax code for clearing the cache
$.ajaxSetup({ cache: false });