diff options
| author | Alexander Kaidalov | 2013-08-23 01:47:06 +0400 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-05 14:08:33 +0100 | 
| commit | 2dd99c3f115906b8f2331b1f5d871a854004d1c1 (patch) | |
| tree | 24ce71ab05bf669a9e198e98ca344dacb9014030 /docs/content/tutorial | |
| parent | c66ec5413cc3335aa31123595fab6e9a34cf20b7 (diff) | |
| download | angular.js-2dd99c3f115906b8f2331b1f5d871a854004d1c1.tar.bz2 | |
docs(tutorial): fix markup for tutorial_04.png diagram
Diffstat (limited to 'docs/content/tutorial')
| -rw-r--r-- | docs/content/tutorial/step_04.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_04.ngdoc b/docs/content/tutorial/step_04.ngdoc index fa8be6ed..e14b3f8d 100644 --- a/docs/content/tutorial/step_04.ngdoc +++ b/docs/content/tutorial/step_04.ngdoc @@ -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 | 
