From 5ea710c0705d6fdf0b98b57ec6a022c0ab8b2bda Mon Sep 17 00:00:00 2001 From: expilo Date: Sun, 13 Apr 2014 11:40:33 +0200 Subject: [PATCH 1/2] Update step_02.ngdoc --- docs/content/tutorial/step_02.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 85fcfbb61b1b..900c35f22d62 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 `indeh.html` that constructs a simple table: @@ -255,4 +255,4 @@ to the app. [jasmine]: http://jasmine.github.io/ [jasmine-docs]: http://jasmine.github.io/1.3/introduction.html -[karma]: http://karma-runner.github.io/ \ No newline at end of file +[karma]: http://karma-runner.github.io/ From 8884a18d6e9f79fba0dd5ffc2757b30c5d49d0b5 Mon Sep 17 00:00:00 2001 From: expilo Date: Mon, 14 Apr 2014 08:46:02 +0200 Subject: [PATCH 2/2] Update step_02.ngdoc --- 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 900c35f22d62..e526675b42da 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 in `indeh.html` that constructs a simple table: +* Create a repeater in `index.html` that constructs a simple table:
row number
row number