i have a button with ng-click= which is opening another html, but i want to have two function on my ng-click= "fisrtFunction(will save the row on which is the button which i'm clicking) secondFunction(will open a new html view). The idea is that i want to ignore one more saving on the new added row. Can you give me some ideas. I'm java dev and angular is not my stren
Regards