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_01.ngdoc | |
| parent | d0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64 (diff) | |
| download | angular.js-8e2675029f5ca404a7c649cc161df3ea642d941f.tar.bz2 | |
chore(docs): re-skin main documentation
Diffstat (limited to 'docs/content/tutorial/step_01.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_01.ngdoc | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/docs/content/tutorial/step_01.ngdoc b/docs/content/tutorial/step_01.ngdoc index 11725031..a664c951 100644 --- a/docs/content/tutorial/step_01.ngdoc +++ b/docs/content/tutorial/step_01.ngdoc @@ -2,7 +2,7 @@  @name Tutorial: 1 - Static Template  @description -<ul doc:tutorial-nav="1"></ul> +<ul doc-tutorial-nav="1"></ul>  In order to illustrate how angular enhances standard HTML, you will create a purely *static* HTML @@ -12,7 +12,7 @@ dynamically display the same result with any set of data.  In this step you will add some basic information about two cell phones to an HTML page. -<doc:tutorial-instructions step="1" show="true"></doc:tutorial-instructions> +<div doc-tutorial-reset="1"></div>  The page now contains a list with information about two phones. @@ -22,7 +22,6 @@ https://github.com/angular/angular-phonecat/compare/step-0...step-1 GitHub}:  __`app/index.html`:__  <pre> -...    <ul>      <li>        <span>Nexus S</span> @@ -37,7 +36,6 @@ __`app/index.html`:__        </p>      </li>    </ul> -...  </pre> @@ -54,4 +52,4 @@ This addition to your app uses static HTML to display the list. Now, let's go to  step 2} to learn how to use AngularJS to dynamically generate the same list. -<ul doc:tutorial-nav="1"></ul> +<ul doc-tutorial-nav="1"></ul> | 
