Trigger click on element does not execute associated interaction (jn angular)

Hi!!

I have a tag “a” with an associated interaction.

< a href=“#” data-ix=“desplegar-informes” class=“show-more-reports”></ a >

Trigger a click on the element not execute the associated interaction. Is this action correct?

angular.element(“[data-ix=‘desplegar-informes’]”).trigger(‘click’);

Through interaction on the screen the interaction runs correctly.

Angular’s trigger is different from jQuery’s trigger.