riot/examples

Issue with yielding data from <calendar> to <btn> (riot-bootstrap)

bmikeb opened this issue · 1 comments

Hi there,
I found that {daynum} value isn't passed correctly to <btn> tag (in v.3 only), so days aren't displayed.

<tbody>
  <tr><th each={ day in weekdays }>{ day }</th></tr>
  <tr each={ week in calendar }>
    <td each={ week }>
      <btn active={ selected } disabled={ !currentMonth } onclick={ dayclick }>{ daynum }</btn>
    </td>
  </tr>
</tbody>

Though in v.2.5 yielding works fine.

@bmikeb this is the wrong project.. try submitting the issue here