I'm experiencing trouble with an angular-ui plugin (ui-select): for some reason, I cannot select any option.
Looking in dev tools and changing the ng-click
attribute for the relevant DOM element to alert('test');
doesn't result in the alert being called either. This leads me to believe ng-click
isn't being called for some reason.
Anyway, since I cannot find any information on this and I'm suspecting there might be a compatibility issue with another plugin or library. I'm wondering if there is any way that I can debug ng-click
operations. I'd like to be able to pinpoint where in the event chain things go wrong.