From a3c7f6347e45177ddc88291ba28f0d13a18011eb Mon Sep 17 00:00:00 2001 From: Nicolai Skogheim Date: Sun, 24 Aug 2014 20:56:47 +0200 Subject: [PATCH] docs(ngRepeat): update step_02.ngdoc with challenge Add a simple task for the user to better understand ng-repeat. Close #8757 --- docs/content/tutorial/step_02.ngdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index f78eb2cd76b7..43a1153e8a32 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -250,6 +250,8 @@ browser is limited, which results in your karma tests running extremely slow. row number {{i+1}} + + Extra points: try and make an 8x8 table using an additional ng-repeat. * Make the unit test fail by changing `expect(scope.phones.length).toBe(3)` to instead use `toBe(4)`.