Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4826

Use action with non-clickable elements

$
0
0

@dnazarex wrote:

Hello Dears, could you pls help me to understand how to use action with non-clickable elements like div, span, etc. correctly?

<div {{action "handleClick"}}>Click Me</div>
<div onclick={{action "handleClick"}}>Click Me</div>
<div {{action "handleClick" on="click"}}>Click Me</div>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles