Closed peanutpi closed 8 years ago
In case data has a key which value is boolean false, in that case it'll not resolve the template.
Template : <%= a %> Data : {a: false} Expected Result : false Actual Result : <%= a %>
p.s. It was working for boolean data true
true
if you could make the requested change that would be great. everything else looks good, I really appreciate it, thank you!
thank you! and sorry it took so long to merge. Published to npm and git tagged as 0.4.2
Bug :
In case data has a key which value is boolean false, in that case it'll not resolve the template.
Template : <%= a %> Data : {a: false} Expected Result : false Actual Result : <%= a %>
p.s. It was working for boolean data
true