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_05.ngdoc | |
| parent | d0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64 (diff) | |
| download | angular.js-8e2675029f5ca404a7c649cc161df3ea642d941f.tar.bz2 | |
chore(docs): re-skin main documentation
Diffstat (limited to 'docs/content/tutorial/step_05.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_05.ngdoc | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index d485e8bc..321f60c3 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -2,7 +2,7 @@  @name Tutorial: 5 - XHRs & Dependency Injection  @description -<ul doc:tutorial-nav="5"></ul> +<ul doc-tutorial-nav="5"></ul>  Enough of building an app with three phones in a hard-coded dataset! Let's fetch a larger dataset @@ -11,7 +11,7 @@ api/angular.module.ng.$http $http}. We will use angular's {@link guide/dev_guide  injection (DI)} to provide the service to the `PhoneListCtrl` controller. -<doc:tutorial-instructions step="5"></doc:tutorial-instructions> +<div doc-tutorial-reset="5"></div>  You should now see a list of 20 phones. @@ -89,7 +89,7 @@ Note that the names of arguments are significant, because the injector uses thes  dependencies. -<img src="img/tutorial/xhr_service_final.png"> +<img  class="diagram" src="img/tutorial/xhr_service_final.png">  ### '$' Prefix Naming Convention @@ -235,4 +235,4 @@ injection), go to {@link step_06 step 6}, where you will add some  thumbnail images of phones and some links. -<ul doc:tutorial-nav="5"></ul> +<ul doc-tutorial-nav="5"></ul> | 
