aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_08.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/tutorial/step_08.ngdoc')
-rw-r--r--docs/content/tutorial/step_08.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc
index c0ba2831..a430387b 100644
--- a/docs/content/tutorial/step_08.ngdoc
+++ b/docs/content/tutorial/step_08.ngdoc
@@ -111,7 +111,7 @@ our model into the view.
__`app/partials/phone-details.html`:__
<pre>
-<img ng:src="{{phone.images}}" class="phone"/>
+<img ng:src="{{phone.images[0]}}" class="phone"/>
<h1>{{phone.name}}</h1>