paglias / KnockoutApp

A framework for KnockoutJS
http://paglias.net/KnockoutApp
MIT License
21 stars 2 forks source link

block adding a duplicate model to a collection #16

Open paglias opened 11 years ago

paglias commented 11 years ago

If a model is already in a collection (by checking its id) it shouldn't be added to the collection, its attributes should be merged with the existing one or it should throw an error?