I am new to angularJS and nodeJS and am working on a project. As it stands there exists two different controllers let's say "controllerA
" and "controllerB
" that have "functionA
" and "functionB
" being triggered by ng-click events on "buttonA
" and "buttonB
".
If I want to trigger functionA and functionB from one "buttonC
", how would I do that?
Thanks!