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

Commit b2e48e6

Browse files
expilocaitp
authored andcommitted
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
1 parent d5a2069 commit b2e48e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ To run the tests, and then watch the files for changes: `npm test`.
227227

228228
expect(scope.name).toBe('World');
229229

230-
* Create a repeater that constructs a simple table:
230+
* Create a repeater in `index.html` that constructs a simple table:
231231

232232
<table>
233233
<tr><th>row number</th></tr>

0 commit comments

Comments
 (0)