mbest / knockout.punches

A collection of enhanced binding syntaxes using Knockout 3+
http://mbest.github.io/knockout.punches/
238 stars 19 forks source link

Documentation note re. {{# ifnot[:] ... }} #26

Closed brianmhunt closed 10 years ago

brianmhunt commented 10 years ago

In the documentation the line

{{#ifnot items().length}}

should probably be:

{{#ifnot: items().length}}

Just a heads up. Cheers.

mbest commented 10 years ago

Thanks.