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

request $root be added for binding to root / app levell viewModel #39

Closed CarlosOnline closed 9 years ago

CarlosOnline commented 9 years ago
<div show.bind="$root.debugMode">
</div>
jdanyow commented 9 years ago

related to https://github.com/aurelia/binding/issues/50

EisenbergEffect commented 9 years ago

We have support for $this coming in the next release.