-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Description
I'm trying to add a click event to the rendered item units, but it seems some other click event -- from jquery? -- is taking precedence. I'm not sure I need the "selecting" functionality that it provides, so is there a way for me to let my click event take affect instead?
In my plnkr, select an element from the selectize dropdown. You will then get the blue box inside the input. My rendered directive, which I've successfully managed to get rendering properly, DOES appear in the input, but clicking on it does not trigger the ng-click="go()" which should cause an alert().
Any thoughts? Thanks, guys!!
pioz, arthurtaras and GuruLahima