diff options
| author | Peter Kosa | 2013-11-09 22:04:04 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-14 13:10:29 +0000 | 
| commit | dbc6696b68532adfbeca6b4c333dec33bacdd022 (patch) | |
| tree | 0bfe1f5e94cf2be933837edbb4c2d554d201e8b4 /docs | |
| parent | 5d632af92647161b862d071f8411f33855276ef9 (diff) | |
| download | angular.js-dbc6696b68532adfbeca6b4c333dec33bacdd022.tar.bz2 | |
docs(tutorial/step-12): fix incorrect code filename
Closes #4860
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/tutorial/step_12.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index 1df4add6..15cd5261 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -194,7 +194,7 @@ This time, instead of the `ng-repeat` element, let's add it to the element conta  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  animations between view changes. -__`app/partials/phone-list.html`.__ +__`app/index.html`.__  <pre>  <div class="view-container">    <div ng-view class="view-frame"></div> | 
