diff options
| author | Alexander Kaidalov | 2013-08-23 01:42:27 +0400 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-05 14:11:21 +0100 | 
| commit | 42a5f1e99a3771e20a2f1a2d5e3f7ecfc00c3167 (patch) | |
| tree | 3ccd88fd07d3a0d73f5817f9a111db0335eb2465 | |
| parent | 2dd99c3f115906b8f2331b1f5d871a854004d1c1 (diff) | |
| download | angular.js-42a5f1e99a3771e20a2f1a2d5e3f7ecfc00c3167.tar.bz2 | |
docs(tutorial): fix markup for tutorial_03.png diagram
Closes #3707
| -rw-r--r-- | docs/content/tutorial/step_03.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index e68d5f16..f351cc98 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -69,7 +69,7 @@ available as a filter input in the list repeater (`phone in phones | filter:`__`  changes to the data model cause the repeater's input to change, the repeater efficiently updates  the DOM to reflect the current state of the model. -      <img  class="diagram" src="img/tutorial/tutorial_03.png"> +<img  class="diagram" src="img/tutorial/tutorial_03.png">  * Use of the `filter` filter: The {@link api/ng.filter:filter filter} function uses the  `query` value to create a new array that contains only those records that match the `query`. | 
