We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf6054 commit f7bc12cCopy full SHA for f7bc12c
docs/content/tutorial/step_04.ngdoc
@@ -45,7 +45,7 @@ We made the following changes to the `index.html` template:
45
* First, we added a `<select>` html element named `orderProp`, so that our users can pick from the
46
two provided sorting options.
47
48
- <img class="diagram" src="img/tutorial/tutorial_04.png">
+<img class="diagram" src="img/tutorial/tutorial_04.png">
49
50
* We then chained the `filter` filter with {@link api/ng.filter:orderBy `orderBy`}
51
filter to further process the input into the repeater. `orderBy` is a filter that takes an input
0 commit comments