removecollection.remove(models, [options])
Remove a model (or an array of models) from the collection, and return them. Each model can be a Model instance, an id
string or a JS object, any value acceptable as the id
argument of collection.get
. Fires a "remove"
event for each model, and a single "update"
event afterwards, unless {silent: true}
is passed. The model's index before removal is available to listeners as options.index
.
collection.remove
2016-04-17 12:21:27
Please login to continue.