UNPKG

protractor

Version:

Webdriver E2E test wrapper for Angular.

10 lines (8 loc) 254 B
<span>Outer: {{item.reusedBinding}}</span> <span>Other other: {{item.alsoReused}}</span> <div id="baz"> <div ng-repeat="item in wrapper"> <span>Inner: {{item.reusedBinding}}</span> <span>Inner other: {{item.alsoReused}}</span> </div> </div>