I've been trying to click on the checkbox under the repeat section, but my code isn't working as expected. Here's what I have:
element.all(by.repeater('(spid in spids')).then(function(completeColumns) {
completeColumns[1].click();});
<div class="ng-scope" ng-repeat="spid in spids"><input class="ng-pristine ng- valid" type="checkbox" ng-model="spid.isSelected"/ <spanclass="ngbinding"style="padding-left: 10%; font-weight:normal;">wewe</span> </div>
<div class="ng-scope" ng-repeat`<div class="ng-scope" ng-repeat`="spid in spids"><input class="ng-pristine ng-valid" type="checkbox" ng-model="spid.isSelected"/><span class="ng-binding" style="padding-left: 10%; font weight:normal;">xyz</span></div>