From 54023fec960c3ef86590fdc625f0c3c5fcc4dad9 Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Wed, 13 Jul 2016 10:50:37 -0400 Subject: [PATCH] :bug: Handles null value --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ce4b541..602ac07 100644 --- a/index.js +++ b/index.js @@ -45,5 +45,5 @@ module.exports = { }, }, }, - html: '{% for option in checkbox.options %}{% endfor %}', + html: '{% for option in checkbox.options %}{% endfor %}', };