reboundjs / rebound

Automatic data binding for backbone using HTMLBars.
MIT License
43 stars 4 forks source link

Add Block Params Functionality #44

Closed amiller-gh closed 9 years ago

amiller-gh commented 9 years ago

Block helpers should be able to accept block params according to the HTMLBars spec: https://github.com/tildeio/htmlbars/issues/206

{{#each arr | first last index |}}
  {{first}} {{last}} {{index}}
{{/each}}
amiller-gh commented 9 years ago

Resolved in 0.0.61