These are chat archives for canjs/canjs
We CAN build the impossible! https://codepen.io/justinbmeyer/pen/yEGGoK
{{#if [helper] arg1 arg2}}
{{#if helper(arg1, arg2)}}
xxx: [ Person, Person]
can.List.extend({ define: person: {Type:Person}})
{{person[0].status}}
{{#each person}} {{status}} {{/each}}
person[0]
first
firstPerson
{{person.0}}
{{#each myList}} <p>{{.}}</p> {{/each}}
{ define: { myList: { value: Array } } }