I identified one unique webelement as:
ng-click="navigateToNewCustomer('New Customer')"
How can I write xpath for this? When i wrote xpath it throws error since I am using double quotes.
//*[@ng-click="navigateToNewCustomer('New Customer')"].click();