I have a button on a page that looks like:
Submit
The element has
I went through the Protractor API and didn't find anything related to finding an element through ng-click. I did find
ng-click
element(by.buttonText("Submit"));
Not quite the same, but does the job in my environment.