Skip to content

v1.4.0 – UI hash cross utilization

Compare
Choose a tag to compare
@samccone samccone released this 04 Dec 03:24
· 1684 commits to master since this release

adds the ability to DRY up your events and triggers as documented below

ui:
  button: '.button'

triggers:
  'click @ui.button': 'bam'

events:
  'click @ui.button': 'onButtonClick'