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 the hyphenated name #123

Closed StrahilKazlachev closed 6 years ago

StrahilKazlachev commented 6 years ago

of the primary property fix #122 This is similar to aurelia/templating#577 but it covers the usage without a binding command.

StrahilKazlachev commented 6 years ago

@bigopon can you take a look?

bigopon commented 6 years ago

Tested locally, works for me.