aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_07.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2011-09-01 15:33:48 -0700
committerIgor Minar2011-09-02 10:44:19 -0700
commitbc6e0cc9545e04ded113c1b894a9c55cbd1774b1 (patch)
tree95ca8541e9f33858fffd8824583a2e4400526e0c /docs/content/tutorial/step_07.ngdoc
parent8d11db0757263ef1467ff1cbaf1f1e978ba3ac60 (diff)
downloadangular.js-bc6e0cc9545e04ded113c1b894a9c55cbd1774b1.tar.bz2
docs(guide/tutorial/misc): sync with google docs
Diffstat (limited to 'docs/content/tutorial/step_07.ngdoc')
-rw-r--r--docs/content/tutorial/step_07.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc
index 0f5fdda2..fa0c1e1f 100644
--- a/docs/content/tutorial/step_07.ngdoc
+++ b/docs/content/tutorial/step_07.ngdoc
@@ -146,7 +146,7 @@ __`app/partials/phone-list.html`:__
We also added a placeholder template for the phone details view:
-__`app/partials/phone-list.html`:__
+__`app/partials/phone-detail.html`:__
<pre>
TBD: detail view for {{params.phoneId}}
</pre>