mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-26 03:00:25 +00:00
docs(tutorial): fix markup for tutorial_04.png diagram
This commit is contained in:
parent
73e1d0054c
commit
b1143c9481
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ We made the following changes to the `index.html` template:
|
|||
* First, we added a `<select>` html element named `orderProp`, so that our users can pick from the
|
||||
two provided sorting options.
|
||||
|
||||
<img class="diagram" src="img/tutorial/tutorial_04.png">
|
||||
<img class="diagram" src="img/tutorial/tutorial_04.png">
|
||||
|
||||
* We then chained the `filter` filter with {@link api/ng.filter:orderBy `orderBy`}
|
||||
filter to further process the input into the repeater. `orderBy` is a filter that takes an input
|
||||
|
|
|
|||
Loading…
Reference in a new issue