vitalets / checklist-model

AngularJS directive for list of checkboxes
http://vitalets.github.io/checklist-model
MIT License
1.05k stars 207 forks source link

Click and dblclick event #123

Closed SzabZol closed 8 years ago

SzabZol commented 8 years ago

Hello!

I would like to use click (with timeout), and dblclick event on checklist-model.

Is it possible? Any idea? (jQuery and Angular also suitable)

Thanks!

beradrian commented 8 years ago

Just use ngClick on each checkbox.

SzabZol commented 8 years ago

Yes... But I use custom template, because I use FontAwesome icons:

beradrian commented 8 years ago

And why you cannot use ngClick? Could you please create a plunkr or jsfiddle example?

SzabZol commented 8 years ago

Here: http://jsfiddle.net/vLcx4sdn/ Timeout not working.

beradrian commented 8 years ago

The timeout is called. I just put a console.log inside and it got printed out.