From 8708bcd42404f1483c88cf1486ae64ce2f1e9b3d Mon Sep 17 00:00:00 2001 From: danielmbarlow Date: Wed, 5 Nov 2014 17:13:37 +0100 Subject: [PATCH] docs(tutorial/12): added 'see phone-detail change' This one caught me out for a while because, despite the note underneath, I didn't notice the addition of
and it's repeater until later. --- docs/content/tutorial/step_12.ngdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index ffb1fc19c598..f001d6349ace 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -369,7 +369,8 @@ occur whenever the CSS class itself changes. Whenever a new phone thumbnail is selected, the state changes and the `.active` CSS class is added to the matching profile image and the animation plays. -Let's get started and tweak our HTML code on the `phone-detail.html` page first: +Let's get started and tweak our HTML code on the `phone-detail.html` page first. Notice that we +have changed the way we display our large image: __`app/partials/phone-detail.html`.__