Skip to content

Commit ad77d67

Browse files
NepoxxIgorMinar
authored andcommitted
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 angular#3668
1 parent 00af067 commit ad77d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tag as the template.
6464
bindings. As opposed to evaluating constants, these expressions are referring to our application
6565
model, which was set up in our `PhoneListCtrl` controller.
6666

67-
<img class="diagram" src="img/tutorial/tutorial_02.png">
67+
<img class="diagram" src="img/tutorial/tutorial_02.png">
6868

6969

7070
## Model and Controller

0 commit comments

Comments
 (0)