0

in Haml this works perfectly: %input{:disabled => false}

but Liquid is on top of it, I have tried this %input{:disabled => {{ isDisabled }} } no success

Alesk
  • 3
  • 2
  • I’m not sure this will be possible, depending on how Liquid and Haml have been combined. Can you give more info on what you are seeing at the moment (i.e. what does “no success” mean)? – matt Jan 03 '15 at 01:22
  • I mean it throw an error. I manage to make it works by not using haml and use plain html. – Alesk Jan 05 '15 at 20:04

0 Answers0