Skip to main content

ac-click

ac-click is simply an extension of the ac-on and serves as an alias to the ac-on *onclick identifier.

Usage#

Using ac-click:

<button ac-click="console.log('Clicked!');">Click Me</button>

ac-on Equivalent:

<button ac-on *onclick="console.log('Clicked!');">Click Me</button>