Closed janmonschke closed 13 years ago
Yes, could you please add it? The best would be to have it full blown, with support for if
, elsif
, else
and the finishing end
too.
please support :else
I'll be tackling this in the coming weeks!
You can now do else through executable javascript blocks, fixed in 23e2260a293cd87f640f https://github.com/creationix/haml-js/commit/23e2260a293cd87f640f4c8a6c634d42eacfd205
looks great. thank you very much!
Please see this pull request for a true implementation.
Hi there,
is there any way to add an else-case to the :if-statement? The current implementation always inserts "else{ return ''; }" in your templates. https://github.com/creationix/haml-js/blob/master/lib/haml.js#L258
/Jan