uui-button component is not firing click event.
# help-with-umbraco
s
I tried a simple button click event with content. But it's not firing any event. What am I missing actually?
c
Have you tried using the `Button`'s own
click
event?
n
Try either
ng-click
or
@click
, depending on the button context (in AngularJs or a web component). One or the other should work.
2 Views