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

Commit ce25ac8

Browse files
nicolaiskogheimcaitp
authored andcommitted
docs(ngRepeat): update step_02.ngdoc with challenge
Add a simple task for the user to better understand ng-repeat. Close #8757
1 parent d2d8117 commit ce25ac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/tutorial/step_02.ngdoc

+2
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ browser is limited, which results in your karma tests running extremely slow.
250250
<tr><th>row number</th></tr>
251251
<tr ng-repeat="i in [0, 1, 2, 3, 4, 5, 6, 7]"><td>{{i+1}}</td></tr>
252252
</table>
253+
254+
Extra points: try and make an 8x8 table using an additional ng-repeat.
253255

254256
* Make the unit test fail by changing `expect(scope.phones.length).toBe(3)` to instead use `toBe(4)`.
255257

0 commit comments

Comments
 (0)