jaml
jaml copied to clipboard
No support for boolean attributes
It would seem to be completely impossible to specify a boolean attribute in a template:
Jaml.register('blah', function(checked){
input({ type: 'checkbox', checked: checked });
}
Outputs:
<input type='checkbox' checked="false">
Which is clearly not what the developer wanted.
Yeah....obviously this project is fucking dead.