diff options
Diffstat (limited to 'docs/content/tutorial/step_07.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_07.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 01c58c13..b7c1b1b7 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -155,7 +155,7 @@ __`app/index.html`:__  </pre>  Note that we removed most of the code in the `index.html` template and replaced it with a single -line containing a div with `ng-view` attribute. The code that we removed was placed into the +line containing a div with the `ng-view` attribute. The code that we removed was placed into the  `phone-list.html` template:  __`app/partials/phone-list.html`:__ | 
