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)
remove
events
@phillipskevin I saw your example and those are great examples. On knockoutjs you could define the way this kind of “computed” attributes were updated, can you do that in can?
this kind of thing is what I use most often
get active(){ return this.filter({complete: false}); }, get complete(){ return this.filter({complete: true}); }, get allComplete(){ return this.length === this.complete.length; }
this.__listSet
tell can-connect that it’s the same list?