In all versions of the Bookmarking App, clicking the Delete button doesn’t remove the bookmark from the list displayed on the page, even though a DELETE request does get sent to the server and the bookmark is deleted from the database.
The code seems to do the right thing according to CanJS doc, which is that simply calling destroy on the bookmark object should remove it from its containing Model.List and therefore from the view through live binding. I’ve tried with the latest release of CanJS and the problem remains.