Skip to content

Commit 00566e7

Browse files
twiljamesdaily
authored andcommitted
docs(tutorial): fix markup for tutorial_03.png diagram
Closes angular#3707
1 parent e3693da commit 00566e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_03.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ available as a filter input in the list repeater (`phone in phones | filter:`__`
6969
changes to the data model cause the repeater's input to change, the repeater efficiently updates
7070
the DOM to reflect the current state of the model.
7171

72-
<img class="diagram" src="img/tutorial/tutorial_03.png">
72+
<img class="diagram" src="img/tutorial/tutorial_03.png">
7373

7474
* Use of the `filter` filter: The {@link api/ng.filter:filter filter} function uses the
7575
`query` value to create a new array that contains only those records that match the `query`.

0 commit comments

Comments
 (0)