ng-vdom
ng-vdom copied to clipboard
Feature: support on- prefix for event binding
Current Status
Only onEventName and on_eventName being supported, resulting in listener to eventName.
Expected
Support on-eventName as well which conforms to Angular template syntax.