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

Commit

Permalink
docs(tutorial): specify that ng-repeat goes in markup and not script
Browse files Browse the repository at this point in the history
Just to make clear that it should not go to test spec.

Closes #7104
  • Loading branch information
expilo authored and caitp committed Apr 17, 2014
1 parent d5a2069 commit b2e48e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_02.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<table>
<tr><th>row number</th></tr>
Expand Down

0 comments on commit b2e48e6

Please sign in to comment.