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

Commit b1143c9

Browse files
twilpetebacondarwin
authored andcommitted
docs(tutorial): fix markup for tutorial_04.png diagram
1 parent 73e1d00 commit b1143c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_04.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ We made the following changes to the `index.html` template:
4545
* First, we added a `<select>` html element named `orderProp`, so that our users can pick from the
4646
two provided sorting options.
4747

48-
<img class="diagram" src="img/tutorial/tutorial_04.png">
48+
<img class="diagram" src="img/tutorial/tutorial_04.png">
4949

5050
* We then chained the `filter` filter with {@link api/ng.filter:orderBy `orderBy`}
5151
filter to further process the input into the repeater. `orderBy` is a filter that takes an input

0 commit comments

Comments
 (0)