Pattern: Use of on
prefix for event name
Issue: -
Angular allows for an alternative syntax on-*
. If the event itself was prefixed with on
this would result in an on-onEvent
binding expression.
Pattern: Use of on
prefix for event name
Issue: -
Angular allows for an alternative syntax on-*
. If the event itself was prefixed with on
this would result in an on-onEvent
binding expression.