Skip to content

Commit f7bc12c

Browse files
twiljamesdaily
authored andcommitted
docs(tutorial): fix markup for tutorial_04.png diagram
1 parent fbf6054 commit f7bc12c

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)