Files
handlebars.js/TODO.markdown
T
Alan Johnson f0bb7b578a
2010-08-13 04:57:39 -07:00

413 B

  • Inverse sections...

  • ...and {{#foo}}...{{^}}...{{/foo}}

  • data-binding for simple {{}}

  • try not to hardcode the data-binding strategy (make it pluggable)

  • data-binding for simple block helpers

  • data-binding for iteration-style block helpers

  • README

  • Rationale (how it's different from mustache, and why)

  • Partials

  • ... Get compiled partial cache to be used when partials are called inside of partials.