Skip to content

Commit dbc6696

Browse files
Waterfishpetebacondarwin
authored andcommitted
docs(tutorial/step-12): fix incorrect code filename
Closes angular#4860
1 parent 5d632af commit dbc6696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/tutorial/step_12.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ This time, instead of the `ng-repeat` element, let's add it to the element conta
194194
In order to do this, we'll have to make some small changes to the HTML code so that we can have more control over our
195195
animations between view changes.
196196

197-
__`app/partials/phone-list.html`.__
197+
__`app/index.html`.__
198198
<pre>
199199
<div class="view-container">
200200
<div ng-view class="view-frame"></div>

0 commit comments

Comments
 (0)