bminer / node-blade

Blade - HTML Template Compiler, inspired by Jade & Haml
Other
320 stars 28 forks source link

dash in attributes with js values #94

Closed punund closed 12 years ago

punund commented 12 years ago
div(data-mine="value")

works

div(datamine=value)

works

div(data-mine=value)

fails.