diff options
| author | Alexander Kaidalov | 2013-08-23 01:47:06 +0400 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-05 14:08:58 +0100 | 
| commit | b1143c94814b3d3ed3c221ad51780040d439aa62 (patch) | |
| tree | 1dd29208db96b741d6a1bcf9a9c77172583ec6a3 | |
| parent | 73e1d0054c67895871a67ea7139ce86ee770aad0 (diff) | |
| download | angular.js-b1143c94814b3d3ed3c221ad51780040d439aa62.tar.bz2 | |
docs(tutorial): fix markup for tutorial_04.png diagram
| -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 | 
