diff options
| author | Misko Hevery | 2012-04-28 22:45:28 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2012-05-04 16:12:17 -0700 | 
| commit | 8e2675029f5ca404a7c649cc161df3ea642d941f (patch) | |
| tree | 6668342fb2c57360e06c9e36bfd4e5e6e08a52f5 /docs/content/tutorial/step_08.ngdoc | |
| parent | d0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64 (diff) | |
| download | angular.js-8e2675029f5ca404a7c649cc161df3ea642d941f.tar.bz2 | |
chore(docs): re-skin main documentation
Diffstat (limited to 'docs/content/tutorial/step_08.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_08.ngdoc | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc index 9ccaf9b4..3892abdf 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -2,14 +2,14 @@  @name Tutorial: 8 - More Templating  @description -<ul doc:tutorial-nav="8"></ul> +<ul doc-tutorial-nav="8"></ul>  In this step, you will implement the phone details view, which is displayed when a user clicks on a  phone in the phone list. -<doc:tutorial-instructions step="8"></doc:tutorial-instructions> +<div doc-tutorial-reset="8"></div>  Now when you click on a phone on the list, the phone details page with phone-specific information @@ -113,7 +113,7 @@ __`app/partials/phone-details.html`:__  <div style="display: none">  TODO! -<img src="img/tutorial/tutorial_08-09_final.png"> +<img  class="diagram" src="img/tutorial/tutorial_08-09_final.png">  </div>  ## Test @@ -194,4 +194,4 @@ Now that the phone details view is in place, proceed to {@link step_09 step 9} t  write your own custom display filter. -<ul doc:tutorial-nav="8"></ul> +<ul doc-tutorial-nav="8"></ul> | 
