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_02.ngdoc | |
| parent | d0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64 (diff) | |
| download | angular.js-8e2675029f5ca404a7c649cc161df3ea642d941f.tar.bz2 | |
chore(docs): re-skin main documentation
Diffstat (limited to 'docs/content/tutorial/step_02.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index d7e6a93f..bf7dc661 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -2,7 +2,7 @@  @name Tutorial: 2 - Angular Templates  @description -<ul doc:tutorial-nav="2"></ul> +<ul doc-tutorial-nav="2"></ul>  Now it's time to make the web page dynamic — with AngularJS. We'll also add a test that verifies the @@ -14,7 +14,7 @@ design pattern} to decouple the code and to separate concerns. With that in mind  little Angular and JavaScript to add model, view, and controller components to our app. -<doc:tutorial-instructions step="2"></doc:tutorial-instructions> +<div doc-tutorial-reset="2"></div>  The app now contains a list with three phones. @@ -64,7 +64,7 @@ tag as the template.  bindings. As opposed to evaluating constants, these expression are refering to our application  model, which was set up in our `PhoneListCtrl` controller. -      <img src="img/tutorial/tutorial_02.png"> +      <img class="diagram" src="img/tutorial/tutorial_02.png">  ## Model and Controller @@ -209,4 +209,4 @@ are testing as you go. Now, let's go to {@link step_03 step 3} to learn how to a  to the app. -<ul doc:tutorial-nav="2"></ul> +<ul doc-tutorial-nav="2"></ul> | 
