triggering the model.destroy()
triggers a delete request to the server and server sents back success:true
, I have an event listener on the view.model
listening on destroy
. after all this I can still see the model still exist on the view. and the collection also doesn't remove the model..
Updated ...
this happens only after updating the model and calling on delete on it again. if the model was there during loading it would be delete but the view still hold a link to the model. so the model is really not made null/destroyed