Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit e5868e7

Browse files
committed
docs(locators): clarify ng-repeat-start docs
Closes #1000
1 parent 3bad3fa commit e5868e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/locators.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ ProtractorBy.prototype.partialButtonText = function(searchText) {
224224
* </div>
225225
*
226226
* <div class="book-img" ng-repeat-start="book in library">
227-
* <img ng-src="{{book.imgUrl}}"></img>
227+
* <span>{{$index}}</span>
228228
* </div>
229229
* <div class="book-info" ng-repeat-end>
230230
* <h4>{{book.name}}</h4>

0 commit comments

Comments
 (0)