angular specific attributes and locators list

JavaScript
var ele = element(locator);
// Click on the element.
ele.click();
Source

Also in JavaScript: