aurelia / templating-binding

An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.
MIT License
32 stars 26 forks source link

fix(syntax-interpreter) use attributeMap in bind method #2

Closed jdanyow closed 9 years ago

jdanyow commented 9 years ago

Binding the 'for' attribute of a label element requires mapping to the 'htmlFor' property.

Fixes #1

jdanyow commented 9 years ago

No tests- sorry, I'm muddling through setting those up, learning how to spin up a SyntaxInterpreter instance on the fly.

EisenbergEffect commented 9 years ago

Awesome! I'll get it in today or tomorrow. Thanks!