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_07.ngdoc | |
| parent | d0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64 (diff) | |
| download | angular.js-8e2675029f5ca404a7c649cc161df3ea642d941f.tar.bz2 | |
chore(docs): re-skin main documentation
Diffstat (limited to 'docs/content/tutorial/step_07.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_07.ngdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index dbbf010d..f8b5cf52 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -2,14 +2,14 @@ @name Tutorial: 7 - Routing & Multiple Views @description -<ul doc:tutorial-nav="7"></ul> +<ul doc-tutorial-nav="7"></ul> In this step, you will learn how to create a layout template and how to build an app that has multiple views by adding routing. -<doc:tutorial-instructions step="7"></doc:tutorial-instructions> +<div doc-tutorial-reset="7"></div> Note that when you now navigate to `app/index.html`, you are redirected to `app/index.html#/phones` @@ -191,7 +191,7 @@ __`app/partials/phone-list.html`:__ <div style="display:none"> TODO! -<img src="img/tutorial/tutorial_07_final.png"> +<img class="diagram" src="img/tutorial/tutorial_07_final.png"> </div> We also added a placeholder template for the phone details view: @@ -258,4 +258,4 @@ With the routing set up and the phone list view implemented, we're ready to go t step 8} to implement the phone details view. -<ul doc:tutorial-nav="7"></ul> +<ul doc-tutorial-nav="7"></ul> |
