Open jdanyow opened 7 years ago
We should standardize the internals on toView now that it has landed. Here's one instance, probably others...
toView
https://github.com/aurelia/templating-binding/blob/ebd3dc28b65a9fac15972281afe7078829a9f8b7/src/binding-language.js#L57
We still need to support oneWay but the internals should use toView where possible.
oneWay
related to https://github.com/aurelia/binding/issues/629
Is this and the linked ones low-risk changes? :)
Zero risk i would say :+1:
Should someone reel this wandering fix in? One place at a time is good enough for making progress. :)
@veikkoeeva that'd be awesome 😄
We should standardize the internals on
toView
now that it has landed. Here's one instance, probably others...https://github.com/aurelia/templating-binding/blob/ebd3dc28b65a9fac15972281afe7078829a9f8b7/src/binding-language.js#L57
We still need to support
oneWay
but the internals should usetoView
where possible.related to https://github.com/aurelia/binding/issues/629