diff options
| author | Nepoxx | 2013-08-19 22:42:26 -0400 | 
|---|---|---|
| committer | Igor Minar | 2013-08-20 23:43:05 -0700 | 
| commit | ad77d67cb7e1bc473899b99251108991f2c76f7f (patch) | |
| tree | a4bcece3c9a3018b2ad26ffa2fedf09b46d5c8fd /docs/content/tutorial/step_02.ngdoc | |
| parent | 00af067d828e5655712d2a212ef222f0082fa151 (diff) | |
| download | angular.js-ad77d67cb7e1bc473899b99251108991f2c76f7f.tar.bz2 | |
fix(docs): fix diagram in tutorial/step_02
Removes whitespace before image tag as it caused it to be interpreted as a code block.
Closes #3668
Diffstat (limited to 'docs/content/tutorial/step_02.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index c2eec340..e21e18df 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -64,7 +64,7 @@ tag as the template.  bindings. As opposed to evaluating constants, these expressions are referring to our application  model, which was set up in our `PhoneListCtrl` controller. -      <img class="diagram" src="img/tutorial/tutorial_02.png"> +<img class="diagram" src="img/tutorial/tutorial_02.png">  ## Model and Controller | 
