cherifGsoul on upgrade-docs-html-canjs
cherifGsoul on master
Upgrade the site theme for new … (compare)
cherifGsoul on upgrade-docs-html-canjs
Upgrade the site theme for new … (compare)
@justinbmeyer suggested this on the gitter channel:
I would put a destroyList or some method on your list that makes the requests
and then call destroyedInstance on each one (assuming can-connect)
I have tried that but couldn’t make it work. The items are updated when calling Item.Connection.destroyedInstance(item, {title: 'destroyed'});. The title changes to destroyed, but I expected them to get removed from the list.
See this fiddle 3: