resthub / resthub-backbone-stack

RESThub Backbone.js stack
http://resthub.org/docs/backbone/
Other
56 stars 26 forks source link

Modulo helper for Handlebars #61

Closed johanpoirier closed 11 years ago

johanpoirier commented 11 years ago

I added a modulo helper for Handlebars.

Usage :

{{#modulo 10 2}} true {{else}} false {{/modulo}}