aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_02.ngdoc
diff options
context:
space:
mode:
authorNepoxx2013-08-19 22:42:26 -0400
committerIgor Minar2013-08-20 23:43:05 -0700
commitad77d67cb7e1bc473899b99251108991f2c76f7f (patch)
treea4bcece3c9a3018b2ad26ffa2fedf09b46d5c8fd /docs/content/tutorial/step_02.ngdoc
parent00af067d828e5655712d2a212ef222f0082fa151 (diff)
downloadangular.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.ngdoc2
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