From b2e48e61c75c1b25ed8d320697c84b6edab11be3 Mon Sep 17 00:00:00 2001 From: expilo Date: Sun, 13 Apr 2014 11:40:33 +0200 Subject: [PATCH] docs(tutorial): specify that ng-repeat goes in markup and not script Just to make clear that it should not go to test spec. Closes #7104 --- docs/content/tutorial/step_02.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 6e7d4ccd..da949625 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -227,7 +227,7 @@ To run the tests, and then watch the files for changes: `npm test`. expect(scope.name).toBe('World'); -* Create a repeater that constructs a simple table: +* Create a repeater in `index.html` that constructs a simple table:
row number