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_10.ngdoc | |
| parent | d0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64 (diff) | |
| download | angular.js-8e2675029f5ca404a7c649cc161df3ea642d941f.tar.bz2 | |
chore(docs): re-skin main documentation
Diffstat (limited to 'docs/content/tutorial/step_10.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_10.ngdoc | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/content/tutorial/step_10.ngdoc b/docs/content/tutorial/step_10.ngdoc index 1d60de06..85c14072 100644 --- a/docs/content/tutorial/step_10.ngdoc +++ b/docs/content/tutorial/step_10.ngdoc @@ -2,13 +2,13 @@  @name Tutorial: 10 - Event Handlers  @description -<ul doc:tutorial-nav="10"></ul> +<ul doc-tutorial-nav="10"></ul>  In this step, you will add a clickable phone image swapper to the phone details page. -<doc:tutorial-instructions step="10"></doc:tutorial-instructions> +<div doc-tutorial-reset="10"></div>  The phone details view displays one large image of the current phone and several smaller thumbnail @@ -70,7 +70,7 @@ url of the thumbnail image.  <div style="display: none">  TODO! -<img src="img/tutorial/tutorial_10-11_final.png"> +<img  class="diagram" src="img/tutorial/tutorial_10-11_final.png">  </div>  ## Test @@ -138,4 +138,4 @@ With the phone image swapper in place, we're ready for {@link step_11 step 11} (  learn an even better way to fetch data. -<ul doc:tutorial-nav="10"></ul> +<ul doc-tutorial-nav="10"></ul> | 
