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
This commit is contained in:
Nepoxx 2013-08-19 22:42:26 -04:00 committed by Igor Minar
parent 00af067d82
commit ad77d67cb7

View file

@ -64,7 +64,7 @@ tag as the template.
bindings. As opposed to evaluating constants, these expressions are referring to our application bindings. As opposed to evaluating constants, these expressions are referring to our application
model, which was set up in our `PhoneListCtrl` controller. 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 ## Model and Controller