Hi guys,
I want to know is there any way to implement custom binding events
in aurelia? This is called event modifiers
in Vue.js and angular.
I want to have a syntax like what does exists in Vue.js
such as: keyup.enter
or click.once
.
Even it would be awesome if such capability to declare custom key modifier aliases be possible in aurelia too.
If such features do not exists in vCurrent, shall I open a feature request issue on vNext?