mardi 7 juillet 2015

Protractor testing- ng-click with parameter

How do I test test a ng-click function with a parameter inside within an ng-repeat using protractor with this format:

<span ng-repeat = "name in names">
  <a ng-click = "editName(name)"></a>
</span>

Aucun commentaire:

Enregistrer un commentaire