marcel
marcel

Reputation: 3272

Backbone-Event: add array of models to collection

If I add an array of models to a collection, is backbone calling callback for each model inside of this array an add-event? I was wandering, because my view, listening to add-events of this collection, get's rendered that often, although I'm just adding one array of models to the collection.

Upvotes: 2

Views: 5176

Answers (1)

Rida BENHAMMANE
Rida BENHAMMANE

Reputation: 4129

Yes look at the documentation.

Upvotes: 3

Related Questions