We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3693da commit 00566e7Copy full SHA for 00566e7
docs/content/tutorial/step_03.ngdoc
@@ -69,7 +69,7 @@ available as a filter input in the list repeater (`phone in phones | filter:`__`
69
changes to the data model cause the repeater's input to change, the repeater efficiently updates
70
the DOM to reflect the current state of the model.
71
72
- <img class="diagram" src="img/tutorial/tutorial_03.png">
+<img class="diagram" src="img/tutorial/tutorial_03.png">
73
74
* Use of the `filter` filter: The {@link api/ng.filter:filter filter} function uses the
75
`query` value to create a new array that contains only those records that match the `query`.
0 commit comments