Is there a way I can get ng-click
to call two functions?
I would like something along the lines of
ng-click ="{search(),match()}"
Instead of how I have it now, which is:
ng-click = "search()"
You can call multiple functions with ';'
ng-click="search(); match()"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With