diff --git a/src/TemplateBinding.js b/src/TemplateBinding.js index 5d85427..b7f2295 100644 --- a/src/TemplateBinding.js +++ b/src/TemplateBinding.js @@ -703,6 +703,15 @@ var name = attr.name; var value = attr.value; + // Allow bindings expressed in attributes to be prefixed with underbars. + // We do this to allow correct semantics for browsers that don't implement + //