From ad77d67cb7e1bc473899b99251108991f2c76f7f Mon Sep 17 00:00:00 2001
From: Nepoxx
Date: Mon, 19 Aug 2013 22:42:26 -0400
Subject: 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
---
docs/content/tutorial/step_02.ngdoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/content')
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.
-
+
## Model and Controller
--
cgit v1.2.3